eslint-plugin-vue icon indicating copy to clipboard operation
eslint-plugin-vue copied to clipboard

Official ESLint plugin for Vue.js

Results 291 eslint-plugin-vue issues
Sort by recently updated
recently updated
newest added

**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...

in consideration
semver-major

**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...

needs repro

**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...

enhancement
in consideration

**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...

See individual commit messages.

documentation
meta

Should be merged after #2402 to see if ESLint v9 test failures remain.

meta

As reported by ESLint v9 in https://github.com/vuejs/eslint-plugin-vue/actions/runs/7875486583/job/21487466235?pr=2171

meta

This PR adds a script to update the embedded HTML/SVG element list resource. The HTML/SVG element list comes from and

breaking change