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 about your...

needs repro

**Please describe what the rule should do:** This rule would enforce putting `v-if`, `v-else-if`, `v-else`, `v-for` directives on a `` tag and disallow them on html elements or custom components....

enhancement
new rule proposition

Hi, **What rule do you want to change?** multi-word-component-names **Does this change cause the rule to produce more or fewer warnings?** Fewer warnings. **How will the change be implemented? (New...

enhancement

**Tell us about your environment** * **ESLint version: 5.6.0** * **eslint-plugin-vue version: 5.2.2** * **Node version: 10.5.0** **Please show your full configuration:** ```js { extends: ['plugin:vue/recommended'], } ``` **What did...

enhancement

Found similar issue: https://github.com/vuejs/eslint-plugin-vue/issues/1633 **What rule do you want to change?** vue/singleline-html-element-content-newline **Does this change cause the rule to produce more or fewer warnings?** don't know **How will the change...

enhancement

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

in consideration

**Please describe what the rule should do:** In Vue you can use `test($event.detail)` as well as `event => test(event.detail)` to achieve the same thing. 1. should be preferred. 1. `test($event.detail)`...

help wanted
new rule proposition
good first issue

**My environment** * **ESLint version:6.7.1** * **eslint-plugin-vue version:6.0.1** * **Node version:v11.14.0** **Please show your full configuration:** ```json module.exports = { root: true, env: { node: true, }, extends: [ //...

feat: typescript
feat: class-component

**Please describe what the rule should do:** Allows to choose order of computed properties which can be defined in several manners, such as: - "Typical" computed. Properties that were defined...

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