« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 5568290a..a125d582 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -16,6 +16,7 @@
       "argsIgnorePattern": "^_",
       "destructuredArrayIgnorePattern": "^"
     }],
-    "no-cond-assign": ["off"]
+    "no-cond-assign": ["off"],
+    "no-constant-condition": ["off"]
   }
 }