Skip to content

Commit 412345d

Browse files
dependabot[bot]rimrul
authored andcommitted
Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 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]>
1 parent ad1c7ed commit 412345d

File tree

3 files changed

+1016
-104
lines changed

3 files changed

+1016
-104
lines changed

.eslintrc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"plugins": [
1616
"@typescript-eslint",
17+
"@stylistic",
1718
"anti-trojan-source",
1819
"jest"
1920
],
@@ -24,7 +25,7 @@
2425
"@typescript-eslint/consistent-type-assertions": "error",
2526
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
2627
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
27-
"@typescript-eslint/func-call-spacing": ["error", "never"],
28+
"@stylistic/func-call-spacing": ["error", "never"],
2829
"@typescript-eslint/no-array-constructor": "error",
2930
"@typescript-eslint/no-empty-interface": "error",
3031
"@typescript-eslint/no-explicit-any": "error",
@@ -47,8 +48,8 @@
4748
"@typescript-eslint/promise-function-async": "error",
4849
"@typescript-eslint/require-array-sort-compare": "error",
4950
"@typescript-eslint/restrict-plus-operands": "error",
50-
"@typescript-eslint/semi": ["error", "never"],
51-
"@typescript-eslint/type-annotation-spacing": "error",
51+
"@stylistic/semi": ["error", "never"],
52+
"@stylistic/type-annotation-spacing": "error",
5253
"@typescript-eslint/unbound-method": "error",
5354
"anti-trojan-source/no-bidi": "error",
5455
"camelcase": "off",

0 commit comments

Comments
 (0)