eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
**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...
**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?** - [...
**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...
**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...
**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...
**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) -...
**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...
**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...