eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
**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...
**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...
Not sure if this is in the scope of `eslint-plugin-vue` or is more a responsibility of `vitepress` itself, but there is no mention on the docs of how to lint...
**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...
**Tell us about your environment** - **ESLint version:** 9.12.0 - **eslint-plugin-vue version:** 9.28.0 - **Vue version:** 3.5.9 - **Node version:** 18.17.1 **The problem you want to solve.** ESLint rules don't...
**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...
I wan't remove the empty line between `
resolves #2549
**Please describe what the rule should do:** Enforce consistency component name prefix. This rule should accept options to enforce component matches names or name patterns. **What category should the rule...
**Please describe what the rule should do:** Prefer use `$emit`, `$slots`, etc in `` instead of variables defined in ``. **What category should the rule belong to?** [x] Enforces code...