diff options
| -rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ export const makeConfig = (env, argv, options) => { config: styleLintConfig, }), new EsLintPlugin({ + failOnError: !isWatch, overrideConfig: { rules: { "no-console": isProd ? 2 : 1, |
