« get me outta code hell

eslint 9.37.0 -> 10.1.0 - 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:
author(quasar) nebula <qznebula@protonmail.com>2026-03-31 18:59:21 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-03-31 18:59:21 -0300
commit38ceb37d0721705eeeb669eb795f054bb7322a9a (patch)
treeb36ed75a66556d30687a815d7009d89531959adc /eslint.config.js
parentde1563b9a06991450d88fd697ee03c947606a075 (diff)
eslint 9.37.0 -> 10.1.0
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'],
     },
   },