eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
Keen for feedback 🫡 , fix #2470
Hi there 👋 It would be very helpful for new contributors to have a "Project Setup" section of the [Developer Guide](https://eslint.vuejs.org/developer-guide/) with information like: - which node version to use...
**What rule do you want to change?** `next-tick-style` **Does this change cause the rule to produce more or fewer warnings?** No. **How will the change be implemented? (New option, new...
**Please describe what the rule should do:** Closing brackets should not be allowed to go multiline. **What category should the rule belong to?** [x] Enforces code style (layout) ```vue Cancelmdi-close...
**Please describe what the rule should do:** The rule would remove trailing and leading spaces from within directives and dynamic attributes. It could also remove trailing/leading spaces from static attributes...
**Please describe what the rule should do:** When emitting an event, one can pass an event payload. This can consist of multiple parameters. However, when using the `always` style in...
**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-default-prop` **Does this change cause the rule to produce more or fewer warnings?** Is will provide less warnings if the type is already...
**What rule do you want to change?** - vue/require-toggle-inside-transition **Does this change cause the rule to produce more or fewer warnings?** - fewer **How will the change be implemented? (New...