eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
This is a WIP PR that addresses issue #2429. It implements the rule for both, the Composition and Options API. However, I haven't been able to get the case for...
**Please describe what the rule should do:** The rule should allow developers to set a maximum number of props for Vue components in a project. In my personal experience a...
**Please describe what the rule should do:** The rule should warn/error when the `next` argument is used on Vue Router navigation gaurds. **What category should the rule belong to?** [...
**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...
**Please describe what the rule should do:** Whenever someone wants to use reactive over ref for whatever reason it is really easy to lose reactivity on that object since you...
Please describe what the rule should do: Prevent using the `watch` function without a override. This can cause very subtle race conditions throughout your application. What category should the rule...
**Please describe what the rule should do:** Prevent mutating a computed without setter. **What category should the rule belong to?** [ ] Enforces code style (layout) [x] Warns about a...
**Tell us about your environment** - **ESLint version:** 8.x, 9.x - **eslint-plugin-vue version:** latest - **Vue version:** n/a - **Node version:** n/a **The problem you want to solve.** Now the...
**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...