eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
**Tell us about your environment** - **ESLint version:** 8.17.0 - **eslint-plugin-vue version:** 9.1.0 - **Node version:** 16.15.1 **The problem you want to solve.** It would be awesome to be able...
**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:** Recently, I was reviewing code of my colleague and I found that he wrote `id="myForm"` but I prefer `id` attr in kebab case....
**Please describe what the rule should do:** It should warn if defineProps, defineEmits and similar are imported from vue (autofixable) **What category should the rule belong to?** [x] Enforces code...
Hello everyone, first of all: this is no issue with the eslint-plugin-vue, but I think it might be interesting for the collaborators here. As you know, Vue can be used...
**Please describe what the rule should do:** This rule is related to this [rule](https://eslint.vuejs.org/rules/prefer-prop-type-boolean-first.html#vue-prefer-prop-type-boolean-first). In the existing rule we are enforcing defining the boolean rules first but in this rule,...
**What rule do you want to change?** `vue/attributes-order` **Does this change cause the rule to produce more or fewer warnings?** More depending on the config. If the config does not...
Address issue raised here https://github.com/vuejs/eslint-plugin-vue/issues/1865 Update `vue/sort-keys` to use existing `options.runOutsideVue` option, it seems like previously this option did not do anything. If this change gets accepted we should update...
I've already check [open propositions](https://github.com/vuejs/eslint-plugin-vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule+proposition%22) and there no such suggestion **What rule do you want to change?** -> vue/no-unused-properties **Does this change cause the rule to produce more or fewer...
**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...