You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importpluginVuefrom'eslint-plugin-vue'exportdefault[// add more generic rulesets here, such as:// js.configs.recommended,
...pluginVue.configs['flat/recommended'],// ...pluginVue.configs['flat/vue2-recommended'], // Use this if you are using Vue.js 2.x.{rules: {// override/add rules settings here, such as:// 'vue/no-unused-vars': 'error'}}]
What did you do?
pnpm i
What did you expect to happen?
no WARN
What actually happened?
WARN Issues with peer dependencies found
.
└─┬ eslint-plugin-vue 9.24.0
└── ✕ unmet peer eslint@"^6.2.0 || ^7.0.0 || ^8.0.0": found 9.0.0
Repository to reproduce this issue
maybe just change dependencies config will resolve it
The text was updated successfully, but these errors were encountered:
Since support for the new configuration format was already added in the previous release, there is actually not much to do to support ESLint v9; it's only the peer dependency range that has to be updated. I created a pull request: #2444
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
no WARN
What actually happened?
Repository to reproduce this issue
maybe just change dependencies config will resolve it
The text was updated successfully, but these errors were encountered: