1 min readOct 15, 2019
It sounds to me like you have `@nuxtjs/eslint-module` defined in your devDependencies in package.json but then listed in `modules: []` in your nuxt.config.js.
Do you by any chance have `@nuxtjs/eslint-module` also defined in modules (not only devModules)?
If not, can you share your nuxt.config.js and package.json here?