I have installed @nuxtjs/eslint-module@3.0.2, with config eslint: { lintDirtyModulesOnly: false, cache: false, failOnError: true }
When I call nuxt dev (with eslint problems in project) - errors appears in console and it blocks application.
However, when I call nuxt build - there are no problems and build makes success.
I need to prevent success build when eslint errors are exists.
How can I do that?
Hello!
I have installed
@nuxtjs/eslint-module@3.0.2
, with configeslint: { lintDirtyModulesOnly: false, cache: false, failOnError: true }
When I call
nuxt dev
(with eslint problems in project) - errors appears in console and it blocks application. However, when I callnuxt build
- there are no problems and build makes success.I need to prevent success build when eslint errors are exists. How can I do that?