eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
**The problem you want to solve.** Most of the shareable configs provided by this plugin are based on style guide. However, the link to Vue's style guide seems to have...
**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...
**What rule do you want to change?** I want to be able to ignore error messages for commenting code **Does this change cause the rule to produce more or fewer...
**What rule do you want to change?** Prioritize conditionals (e.g. `v-if`, `v-else`, etc.) to `v-for` in the [`vue/attributes-order` rule](https://eslint.vuejs.org/rules/attributes-order.html) because conditionals are now prioritized to `v-for` in Vue 3 (see...
Lists the work this plugin needs to do to support Reactivity Transform. > **Note** > These changes will be released after the RFCs have been merged. - [ ] Related...
**What rule do you want to change?** [vue/component-name-in-template-casing](https://eslint.vuejs.org/rules/component-name-in-template-casing.html) **Does this change cause the rule to produce more or fewer warnings?** More **How will the change be implemented? (New option, new...
As reported by ESLint v9 in https://github.com/vuejs/eslint-plugin-vue/actions/runs/7875486583/job/21487466235?pr=2171
This PR adds a script to update the embedded HTML/SVG element list resource. The HTML/SVG element list comes from and