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

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

enhancement
help wanted
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...

**What rule do you want to change?** no-ref-as-operand **Does this change cause the rule to produce more or fewer warnings?** More warnings **How will the change be implemented? (New option,...

**Please describe what the rule should do:** Disallow `() => {}` as the default of props. **What category should the rule belong to?** [ ] Enforces code style (layout) [x]...

**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
help wanted

This PR addresses the bugs reported in #2342 And added tests

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

**Please describe what the rule should do:** This is similar to #2172 but I would like to allow the use of implicit props and would like to warn/error when a...

new rule proposition
accepted proposition

**What rule do you want to change?** I would like to sort Vue component attribute `data-test` always at the end of the list of attributes so it will be always...

**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
help wanted