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

**Please describe what the rule should do:** Warn if a computed property references non-reactive VM properties, such as `$slots` or `$refs`. **What category should the rule belong to?** - [...

new rule proposition
accepted proposition

If a component is registered with the name of a native element, this rule converts instances of the native element into the component. (ie `` gets converted to ``) I...

**Tell us about your environment** * **ESLint version: 5.16.0** * **eslint-plugin-vue version: 5.2.3** **Please show your full configuration:** ```json { "root": true, "env": { "browser": true, "node": true }, "parserOptions":...

**Please describe what the rule should do:** hope to Add particular option on the rule, `vue/html-closing-bracket-newline` , to control self-closing tag's closing-bracket newline. **What category should the rule belong to?**...

**Please describe what the rule should do:** Add support to allow mustache strings as an inline element for the rule `vue/singleline-html-element-content-newline` even though there are attributes. I would like to...

--- name: Allow Ignore text or mustache interpolation in vue/multiline-html-element-content-newline. about: Right now I am working with NativeScript Vue and NativeScript Vue has this habit of interpreting inner element line...

**Tell us about your environment** * **ESLint version: v6.6.0** * **eslint-plugin-vue version: v4.7.1.** * **Node version: v12.8.0** **Please show your full configuration:** ```json // https://eslint.org/docs/user-guide/configuring const production_only = () =>...

Some HTML tags are deprecated, for example [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strike). It would be great to be able to provide a blacklist of tags that could lead to linting errors. I could also...

new rule proposition

**Please describe what the rule should do:** Enforce a `getter` and or a `setter` at computed properties to coerce correct usage and make the target clear. **What category should the...

**Please describe what the rule should do:** Increase readability by adding tag spacing **What category should the rule belong to?** - [x] Enforces code style - [ ] Warns about...