diff options
| 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 |
| commit | 38ceb37d0721705eeeb669eb795f054bb7322a9a (patch) | |
| tree | b36ed75a66556d30687a815d7009d89531959adc /eslint.config.js | |
| parent | de1563b9a06991450d88fd697ee03c947606a075 (diff) | |
eslint 9.37.0 -> 10.1.0
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 2 |
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'], }, }, |