« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/eslint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eslint.config.js')
-rw-r--r--eslint.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js
index 9d969f57..5041423e 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -55,7 +55,9 @@ export default defineConfig([
       'no-constant-condition': ['off'],
       'no-unsafe-finally': ['off'],
       'no-self-assign': ['off'],
+      'no-useless-assignment': ['off'],
       'require-yield': ['off'],
+      'preserve-caught-error': ['off'],
     },
   },