Skip to content

Commit d9d35e6

Browse files
committed
Update eslint
1 parent 2857ed2 commit d9d35e6

6 files changed

Lines changed: 245 additions & 378 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ export default tseslint.config(
9494
"no-cond-assign": "off",
9595
"no-control-regex": "off",
9696
"no-inner-declarations": "off",
97+
"no-useless-assignment": "off",
98+
"no-unassigned-vars": "off",
99+
"preserve-caught-error": "off",
97100

98101
// @typescript-eslint/eslint-plugin
99102
"@typescript-eslint/naming-convention": [

0 commit comments

Comments
 (0)