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 checked the [FAQ](https://eslint.vuejs.org/user-guide/#faq). **Tell us about your environment** - **ESLint version:** 7.7.0 - **eslint-plugin-vue version:** 7.0.0-beta.2 - **Node version:** 14.7.0 - **Operating System:** Windows 10 Pro...

bug
help wanted

**Please describe what the rule should do:** Same as: https://typescript-eslint.io/rules/unbound-method/ **What category should the rule belong to?** [ ] Enforces code style (layout) [+] Warns about a potential error (problem)...

enhancement
help wanted
accepted proposition
good first issue

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

bug
help wanted

**Please describe what the rule should do:** I'd like to set multiline: 'always' for self-closing tags ```vue ``` And singleline: 'never' ```vue ``` And multiline: 'never' for tags with content....

enhancement
help wanted
good first issue

**Checklist** - [+] I have tried restarting my IDE and the issue persists. - [+] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...

needs info
feat: typescript

**What rule do you want to change?** vue/match-component-file-name **How will the change be implemented? (New option, new default behavior, etc.)?** New options: ```tsc a. "vue/match-component-file-name": ["warn", { allowPrefixes: ["prefix1", "prefix2",...

enhancement
in consideration

**Please describe what the rule should do:** This rule proposal is based on this issue: https://github.com/vuejs/core/issues/5343 It should ensure that emits section does not break vue component typing. **What category...

new rule proposition
accepted proposition
feat: typescript

**Please describe what the rule should do:** Rule should throw error/warning when component has declared prop without TypeScript definition **What category should the rule belong to?** [ ] Enforces code...

help wanted
new rule proposition
accepted proposition
feat: typescript

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

bug
indent
needs repro

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

enhancement