Closed
Description
Hi! 😊
We've been using Vue for a while and we have the need of an extended version of this plugin. Basically we need something like https://github.com/yannickcr/eslint-plugin-react for Vue 👍
We have a couple of rules that I think other people could benefit from them - they are based on eslint-plugin-react:
- Naming: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#naming
- Alignment: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#alignment
- Quotes: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#quotes
- Props: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#props
- Data: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#data
- Directives: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#directives
- Closing tags: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#closing-tags
- Ordering: https://docs.gitlab.com/ce/development/fe_guide/style_guide_js.html#ordering
Maybe we are missing some stuff that could help us! Suggestions are welcome 😊
I am more than happy to put together a PR with these rules, but I wanted to check first what you think or if anyone else feels the need for them :)
What do you think @yyx990803 @chrisvfritz ? (Not sure If I am mentioning everyone I should)