Open
Description
I'm getting a huge output from eslint with every error repeated a number of times. It shows fx. ✖ 61 problems (61 errors, 0 warnings) (repeated 42 times)
It's not always the same amount of repeats though.
I can reproduce it here with a very simple nuxt starter:
https://stackblitz.com/edit/nuxt-starter-aepdun?file=package.json,nuxt.config.ts,.eslintrc,app.vue
Notice the line 3:5 error Component name "NuxtWelcome" is not kebab-case vue/component-name-in-template-casing
is output twice.
Now imagine that in a big project with hundreds of files.
Metadata
Metadata
Assignees
Labels
No labels