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:** Object literals, array literals, and function literals can cause unnecessary re-renders in Vue components because these literals always generate new objects. We hope...

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

**What rule do you want to change?** vue/attributes-order **Does this change cause the rule to produce more or fewer warnings?** The same as before. **How will the change be implemented?...

**What rule do you want to change?** `vue/require-v-for-key` **Context** It's a useful pattern to bind an object within a larger object to the scope of Vue markup to reduce code....

**⚠️ Newbie alert ⚠️** _This is my very first contribution to this project so I hope I did the things well; but don't hesitate to tell me what is not...

**What rule do you want to change?** attribute-hyphenation **Does this change cause the rule to produce more or fewer warnings?** More **How will the change be implemented? (New option, new...

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

Is this normal operation? If so, what part should I fix? I think this rule should only apply to .vue files. Thanks for reading my question. ![image](https://github.com/vuejs/eslint-plugin-vue/assets/110525791/7e88476d-70d3-4d6f-b9d1-64f181cf10ea) Here is my...

needs repro

**What rule do you want to change?** I would like to update the `define-macros-order` rule. **Does this change cause the rule to produce more or fewer warnings?** More. **How will...

enhancement