aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/.eslintrc.json b/build/.eslintrc.json
index 8709a8b5b..08169ca4c 100644
--- a/build/.eslintrc.json
+++ b/build/.eslintrc.json
@@ -6,5 +6,8 @@
"parserOptions": {
"sourceType": "script"
},
- "extends": "../.eslintrc.json"
+ "extends": "../.eslintrc.json",
+ "rules": {
+ "no-console": "off"
+ }
}