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

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

documentation

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

enhancement

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

new rule proposition
accepted proposition

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

bug

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

feat: typescript

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

enhancement
accepted proposition