eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
**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...
Fixes #1970
**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,...
`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...
**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...
**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:** **What category should the rule belong to?** [ ] Enforces code style (layout) [x] Warns about a potential error (problem) [ ] Suggests...