diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-03-27 21:24:25 +0000 |
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2026-03-27 21:24:25 +0000 |
| commit | b8449a7121c6657d90e045083cff37001c2cd8df (patch) | |
| tree | b4234343288739af863fc43d2008c29b141e273c | |
| parent | c29e53b1522e1dcdc7c26f2c5fe21fdef3baaf01 (diff) | |
Do not fail on eslint error
| -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, |
