Skip to content

Commit edd9419

Browse files
Copilotmikeharder
andcommitted
upgrade eslint to v10, fix lint errors, add globals package
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
1 parent f80a17c commit edd9419

4 files changed

Lines changed: 291 additions & 263 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ module.exports = tseslint.config(
4545
"@typescript-eslint/restrict-template-expressions": "off",
4646
"no-constant-condition": "off",
4747
"no-useless-escape": "off",
48-
"prefer-const": "off"
48+
"prefer-const": "off",
49+
"preserve-caught-error": "off"
4950
}
5051
}
5152
)

0 commit comments

Comments
 (0)