From 38ceb37d0721705eeeb669eb795f054bb7322a9a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 31 Mar 2026 18:59:21 -0300 Subject: eslint 9.37.0 -> 10.1.0 --- eslint.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eslint.config.js') 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'], }, }, -- cgit 1.3.0-6-gf8a5