Skip to content

Commit 2c7b814

Browse files
authored
Merge pull request #947 from git-for-windows/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.4.0
Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.4.0
2 parents ad1c7ed + 412345d commit 2c7b814

File tree

3 files changed

+1016
-104
lines changed

3 files changed

+1016
-104
lines changed

.eslintrc.json

+4-3
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)