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

**Please describe what the rule should do:** Warn on using `v-if` on the template root node, because: 1. Whether a component should be rendered or not is a usage concern....

new rule proposition
accepted proposition
good first issue

If I create two identical Vue components, one in a .vue file and one in a .js file annotated with the `@vue/component` comment, I get different results. Issues in the...

**What rule do you want to change?** no-unused-components **Does this change cause the rule to produce more or fewer warnings?** more (but for things that cause runtime errors) **How will...

accepted proposition

**Please describe what the rule should do:** This rule applies to the number of lines of code. Help people not to write thousands of lines of javascript code in the...

new rule proposition

**Tell us about your environment** - **ESLint version:** Latest - **eslint-plugin-vue version:** Latest - **Node version:** Latest **The problem you want to solve.** Many people (possibly most) that use Typescript...

feat: class-component

**Tell us about your environment** * **ESLint version:** 5.16.0 * **eslint-plugin-vue version:** 5.2.3 * **Node version:** 10.14.2 **Please show your full configuration:** ```js // https://eslint.org/docs/user-guide/configuring module.exports = { root: true,...

bug

**What rule do you want to change?** `vue/no-unused-components` **Does this change cause the rule to produce more or fewer warnings?** It should produce more warnings / errors **How will the...

Im sorry to be asking what might be an obvious question but is there a way to force each HTML element onto a new line? The rules i come across...

**Tell us about your environment** - **ESLint version:** 6.8.0 - **eslint-plugin-vue version:** 7.0.1 - **Node version:** v14.9.0 **The problem you want to solve.** I have noticed some of the rules...

feat: typescript
feat: class-component