summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-03-27 21:24:25 +0000
committerSam Light <samlight1994@gmail.com>2026-03-27 21:24:25 +0000
commitb8449a7121c6657d90e045083cff37001c2cd8df (patch)
treeb4234343288739af863fc43d2008c29b141e273c /index.js
parentc29e53b1522e1dcdc7c26f2c5fe21fdef3baaf01 (diff)
Do not fail on eslint error
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 6ff6e7d..10c307f 100644
--- a/index.js
+++ b/index.js
@@ -125,6 +125,7 @@ export const makeConfig = (env, argv, options) => {
config: styleLintConfig,
}),
new EsLintPlugin({
+ failOnError: !isWatch,
overrideConfig: {
rules: {
"no-console": isProd ? 2 : 1,