eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
**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...
**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)...
**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:** I'd like to set multiline: 'always' for self-closing tags ```vue ``` And singleline: 'never' ```vue ``` And multiline: 'never' for tags with content....
**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...
**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",...
**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...
**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...
**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...
**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...