« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index ac1a4e63..430d4e36 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -21,6 +21,8 @@
     }],
     "no-cond-assign": ["off"],
     "no-constant-condition": ["off"],
-    "no-unsafe-finally": ["off"]
+    "no-unsafe-finally": ["off"],
+    "no-self-assign": ["off"],
+    "require-yield": ["off"]
   }
 }