Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser f…
Browse files Browse the repository at this point in the history
…rom 7.18.0 to 8.4.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and @typesript-eslint/parser from 7.18.0 to 8.4.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/eslint-plugin)

Since formatting rules where moved out of the typescript-eslint plugin
into the stylistic plugin we need to add that, too.

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Matthias Aßhauer <[email protected]>
  • Loading branch information
dependabot[bot] authored and rimrul committed Sep 7, 2024
1 parent ad1c7ed commit 412345d
Show file tree
Hide file tree
Showing 3 changed files with 1,016 additions and 104 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"plugins": [
"@typescript-eslint",
"@stylistic",
"anti-trojan-source",
"jest"
],
Expand All @@ -24,7 +25,7 @@
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
"@typescript-eslint/func-call-spacing": ["error", "never"],
"@stylistic/func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
Expand All @@ -47,8 +48,8 @@
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
"@typescript-eslint/semi": ["error", "never"],
"@typescript-eslint/type-annotation-spacing": "error",
"@stylistic/semi": ["error", "never"],
"@stylistic/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error",
"anti-trojan-source/no-bidi": "error",
"camelcase": "off",
Expand Down
Loading

0 comments on commit 412345d

Please sign in to comment.