« 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.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a125d582..ac1a4e63 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,6 +10,9 @@
   },
   "rules": {
     "indent": ["off"],
+    "no-empty": ["error", {
+      "allowEmptyCatch": true
+    }],
     "no-unexpected-multiline": ["off"],
     "no-unused-labels": ["off"],
     "no-unused-vars": ["error", {
@@ -17,6 +20,7 @@
       "destructuredArrayIgnorePattern": "^"
     }],
     "no-cond-assign": ["off"],
-    "no-constant-condition": ["off"]
+    "no-constant-condition": ["off"],
+    "no-unsafe-finally": ["off"]
   }
 }