eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
I try to use [SmartTabs](https://www.emacswiki.org/emacs/SmartTabs) approach, and faced an issue with `eslint-plugin-vue` which is successfully resolved in EsLint `indent` basics. The great thing there is that on any tab size...
* fixes #2191 * fixes #2057 ## Description It's just a workaround like solution. Add the `defineNuxtComponent` alias for Nuxt3 projects, similar to https://github.com/vuejs/eslint-plugin-vue/pull/1088. ## About defineNuxtComponent The difference between...
**What rule do you want to change?** vue/html-self-closing **Does this change cause the rule to produce more or fewer warnings?** No **How will the change be implemented? (New option, new...
**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...
This issue lists the changes we plan to release in eslint-plugin-vue v10. ## 💥 Breaking Changes - #2153 - Add support for `defineNuxtComponent()` - Drop support for Node.js v14, v16...
**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:** This new rule should check if the params passed when using either router-link in the template or the programmatic variation `router.push({})` have different...
**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?** vue/require-v-for-key **Does this change cause the rule to produce more or fewer warnings?** fewer **How will the change be implemented? (New option, new...