nuxt-modules/eslint

Eslint-module lints also `.nuxt` and other ignored folders

samuells opened this issue · 2 comments

Does the @nuxtjs/estlint-module read the .eslintignore file from the root of the project?

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.

In my project I had no problem getting .eslintignore to be taken into account