eslint-plugin-vue
eslint-plugin-vue copied to clipboard
Official ESLint plugin for Vue.js
**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...
This PR addresses #2485
**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.  Here is my...
**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...