Skip to content

Commit 13142dc

Browse files
dependabot[bot]Copilotalexarchambault
authored
Bump @typescript-eslint/parser from 6.20.0 to 8.54.0 (#769)
* Bump @typescript-eslint/parser from 6.20.0 to 8.54.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 8.54.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin and parser to 8.56.0 (#778) * Initial plan * Bump @typescript-eslint/eslint-plugin to ^8.56.0 and fix removed rules Co-authored-by: alexarchambault <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: alexarchambault <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]> Co-authored-by: alexarchambault <[email protected]>
1 parent b0d5c28 commit 13142dc

3 files changed

Lines changed: 395 additions & 420 deletions

File tree

.eslintrc.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"camelcase": "off",
2121
"@typescript-eslint/consistent-type-assertions": "error",
2222
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
23-
"@typescript-eslint/func-call-spacing": ["error", "never"],
23+
"func-call-spacing": ["error", "never"],
2424
"@typescript-eslint/no-array-constructor": "error",
2525
"@typescript-eslint/no-empty-interface": "error",
2626
"@typescript-eslint/no-explicit-any": "warn",
@@ -41,9 +41,7 @@
4141
"@typescript-eslint/promise-function-async": "error",
4242
"@typescript-eslint/require-array-sort-compare": "error",
4343
"@typescript-eslint/restrict-plus-operands": "error",
44-
"semi": "off",
45-
"@typescript-eslint/semi": ["error", "never"],
46-
"@typescript-eslint/type-annotation-spacing": "error",
44+
"semi": ["error", "never"],
4745
"@typescript-eslint/unbound-method": "error",
4846
"i18n-text/no-en": "off"
4947
},

0 commit comments

Comments
 (0)