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
module.exports={extends: [// add more generic rulesets here, such as:// 'eslint:recommended','plugin:vue/vue3-recommended',// 'plugin:vue/recommended' // Use this if you are using Vue.js 2.x.]...
Priority A: Essential (Error Prevention)
3️⃣ Indicates that the rule is for Vue 3 and is included in all of "plugin:vue/essential", .configs["flat/essential"], >"plugin:vue/strongly-recommended", .configs["flat/strongly-recommended"], "plugin:vue/recommended" and >.configs["flat/recommended"] presets.
2️⃣ Indicates that the rule is for Vue 2 and is included in all of "plugin:vue/vue2-essential",.configs["flat/vue2->essential"], "plugin:vue/vue2-strongly-recommended",.configs["flat/vue2-strongly-recommended"] and >"plugin:vue/vue2-recommended",.configs["flat/vue2-recommended"] presets.
(vu3-recommended is referenced in the first source, and disappears in second)
Repository to reproduce this issue
The text was updated successfully, but these errors were encountered:
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
Reading documentation about vue3 eslint configuration I expect coherent information about plugins and rules
What actually happened?
In documentation I read:
(vu3-recommended is referenced in the first source, and disappears in second)
Repository to reproduce this issue
The text was updated successfully, but these errors were encountered: