Skip to content

Commit b1d8b47

Browse files
Bump eslint from 8.57.1 to 9.20.1 (#2129)
* Bump eslint from 8.57.1 to 9.20.1 Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.20.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.1...v9.20.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin * Do not use flat config (will need to be migrated before v10) * Ignore required variables for try-catch blocks --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
1 parent 7f3f03a commit b1d8b47

File tree

4 files changed

+320
-400
lines changed

4 files changed

+320
-400
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"require-jsdoc": "off",
4444
"space-before-function-paren": "off",
4545
"unicorn/prefer-node-protocol": "error",
46-
"@typescript-eslint/no-unused-vars": "error",
46+
"@typescript-eslint/no-unused-vars": ["error", {"caughtErrors": "none"}],
4747
"@typescript-eslint/no-explicit-any": "off",
4848
"@typescript-eslint/no-empty-function": "off"
4949
},

0 commit comments

Comments
 (0)