vuejs / v2.vuejs.org

📄 Documentation for Vue 2
https://v2.vuejs.org
MIT License
5.03k stars 3.42k forks source link

Add a description how to setup eslint-plugin-vue on style guide page #1463

Open re-fort opened 6 years ago

re-fort commented 6 years ago

Looking at the eslint-plugin-vue demo, it seems that the rules of priority A to C are already added. I think it is about time to add a description how to setup eslint-plugin-vue on style guide page. Or wait till the priority D rules have been added?

chrisvfritz commented 6 years ago

Yes, this is on my todo list! 😅 Priority D rules will possibly never be added to the ESLint plugin, since they're a bit more difficult to detect, but I do want to add links to the corresponding ESLint rules where they exist. 🙂

jamessouth commented 5 years ago

😆 I didn't know this existed so I published vue-style-lint. It only does one thing but I guess I'll stop working on it.