Eslint-module lints also `.nuxt` and other ignored folders
samuells opened this issue · 2 comments
samuells commented
Does the @nuxtjs/estlint-module
read the .eslintignore
file from the root of the project?
ricardogobbosouza commented
Hi @samuells,
The @nuxtjs/estlint-module
registers only the eslint-loader
that runs eslint
.
If you have any problems, please provide a repository to reproduce.
louisremi commented
In my project I had no problem getting .eslintignore to be taken into account