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

**What rule do you want to change?** `vue/padding-line-between-tags` https://eslint.vuejs.org/rules/padding-line-between-tags.html#vue-padding-line-between-tags **Does this change cause the rule to produce more or fewer warnings?** depends on the config **How will the change be...

enhancement
accepted proposition

**What rule do you want to change?** `vue/padding-line-between-tags` **Does this change cause the rule to produce more or fewer warnings?** More warnings. **How will the change be implemented? (New option,...

enhancement
in consideration

`vue/define-macros-order` produces an error every time I'm trying to add an `export` to `Props`. Exporting props [is one of the ways](https://vuejs.org/api/sfc-script-setup.html#default-props-values-when-using-type-declaration) how to use TypeScript with Vue. It looks like...

bug
help wanted
feat: typescript

**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:** I would love some rule that either enforces: - `` - OR - `` Same for: - `` - OR - `` I...

new rule proposition
accepted proposition
Ongoing discussion

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

feat: nuxt

**Please describe what the rule should do:** **What category should the rule belong to?** [ ] Enforces code style (layout) [x] Warns about a potential error (problem) [ ] Suggests...