« 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.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index f104d38..5568290 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,9 +10,12 @@
   },
   "rules": {
     "indent": ["off"],
+    "no-unexpected-multiline": ["off"],
+    "no-unused-labels": ["off"],
     "no-unused-vars": ["error", {
       "argsIgnorePattern": "^_",
       "destructuredArrayIgnorePattern": "^"
-    }]
+    }],
+    "no-cond-assign": ["off"]
   }
 }