You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rule in [https://github.com/vuejs/eslint-plugin-vue/blob/aa476d619434fba88984604c5fa2d3a530775926/lib/rules/multi-wordcomponentnames.Js] is important. It is part of vue's style guide. However there are exceptions.
The rule even has an ignore clause. Where you can add certain component names to be ignored.
However sometimes an entire folder should be ignored.
For instance, when you are using file based routing. You wouldn't want all of your routes to have multi-word paths.
So I'm asking for the ignore parameter to also accept paths. Or some other solution that would accomplish the most goal.