aboutsummaryrefslogtreecommitdiff
path: root/js/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/eslint.json')
-rw-r--r--js/eslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/eslint.json b/js/eslint.json
index 224cf3e..42ba06f 100644
--- a/js/eslint.json
+++ b/js/eslint.json
@@ -4,6 +4,7 @@
"node": true,
},
"rules": {
+ "no-constant-condition": false,
"no-underscore-dangle": false,
"camelcase": false,
"quotes": false,