rrd108 / vue-mess-detector

A static code analysis tool for detecting code smells and best practice violations in Vue.js and Nuxt.js projects
MIT License
188 stars 6 forks source link

add rule (vue-strong): Order of words in component names #26

Closed rrd108 closed 2 months ago

rrd108 commented 3 months ago

https://vuejs.org/style-guide/rules-strongly-recommended.html#order-of-words-in-component-names

rrd108 commented 3 months ago

can we make a rule for this?

David-Pena commented 2 months ago

I'd say no because it really depends a lot on each individual project or use case. Rn I can't think of away to assume the correct order of the words (at least not a easy or clear path)