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
226 stars 9 forks source link

add rule (vue-strong): Base component names #24

Open rrd108 opened 5 months ago

rrd108 commented 5 months ago

https://vuejs.org/style-guide/rules-strongly-recommended.html#base-component-names

rrd108 commented 5 months ago

How can we detect if it is a base component?

David-Pena commented 2 months ago

How can we detect if it is a base component?

Have you achieved the answer to this question? 👀 @rrd108 (in my case I have no idea)