Closed nopeless closed 7 months ago
You mean in a Nuxt project, the pages
directory should not be checked? You might want to refer to the nuxt/eslint
config which disabled this rule in certain directories.
Typically, this wouldn't be an issue as you can configure the ignores
property to ignore certain component names in general project.
Note that the Nuxt config only disables the rule in certain directories using overrides
, which you can also do manually in your project. So I'll close this as won't fix, because there already exists a method to disable this rule for certain directories.
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
1:1 error Component name "index" should always be multi-word vue/multi-word-component-names
This should not trigger
Repository to reproduce this issue
https://stackblitz.com/edit/nuxt-starter-fvsxuf?file=.eslintrc.cjs