eslint-plugin-vue icon indicating copy to clipboard operation
eslint-plugin-vue copied to clipboard

Official ESLint plugin for Vue.js

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

needs info

**Please describe what the rule should do:** The rule should warn when trying to set a writable computed ref nested property. **What category should the rule belong to?** - [...

help wanted
new rule proposition
accepted proposition

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

help wanted
new rule proposition
accepted proposition

**Please describe what the rule should do:** This is rule is identical to existing eslint rule [`lines-around-comment`](https://eslint.org/docs/rules/lines-around-comment). This will allows us to write more readable code by adding new line...

**What rule do you want to change?** [vue/no-restricted-class](https://eslint.vuejs.org/rules/no-restricted-class.html) **Does this change cause the rule to produce more or fewer warnings?** No **How will the change be implemented? (New option, new...

enhancement
help wanted
accepted proposition
good first issue

**What rule do you want to change?** `vue/sort-keys` add option to give the ability to only run inside of Vue. My team likes to alphabetize our `props`, `computed`, `methods` etc......

**What rule do you want to change?** vue/no-mutating-props **Does this change cause the rule to produce more or fewer warnings?** A new, `{"propProps": false}` option would cause it to produce...

enhancement
in consideration

**Please describe what the rule should do:** Enforces empty lines between top-level options of Vue components. **What category should the rule belong to?** - [X] Enforces code style (layout) -...

new rule proposition

**Please describe what the rule should do:** The rule, as demonstrated in https://github.com/vuejs/eslint-plugin-vue/issues/855#issuecomment-538750738 and #1829 should enforce line breaks between HTML tags in template. Not all tags, just siblings. **What...

new rule proposition
in consideration

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