Skip to content

Commit e2b7dc4

Browse files
authored
Merge pull request #800 from git-for-windows/dependabot/npm_and_yarn/eslint-plugin-jest-28.9.0
Bump eslint-plugin-jest from 27.9.0 to 28.9.0
2 parents 867f0ad + fa16834 commit e2b7dc4

File tree

3 files changed

+378
-1488
lines changed

3 files changed

+378
-1488
lines changed

.eslintrc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"sourceType": "module",
1212
"project": "./tsconfig.json"
1313
},
14-
"plugins": ["jest", "@typescript-eslint", "anti-trojan-source"],
14+
"plugins": ["jest", "@typescript-eslint", "@stylistic", "anti-trojan-source"],
1515
"rules": {
1616
"@typescript-eslint/array-type": "error",
1717
"@typescript-eslint/await-thenable": "error",
1818
"@typescript-eslint/ban-ts-comment": "error",
1919
"@typescript-eslint/consistent-type-assertions": "error",
2020
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
2121
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
22-
"@typescript-eslint/func-call-spacing": ["error", "never"],
22+
"@stylistic/func-call-spacing": ["error", "never"],
2323
"@typescript-eslint/no-array-constructor": "error",
2424
"@typescript-eslint/no-empty-interface": "error",
2525
"@typescript-eslint/no-explicit-any": "error",
@@ -42,8 +42,8 @@
4242
"@typescript-eslint/promise-function-async": "error",
4343
"@typescript-eslint/require-array-sort-compare": "error",
4444
"@typescript-eslint/restrict-plus-operands": "error",
45-
"@typescript-eslint/semi": ["error", "never"],
46-
"@typescript-eslint/type-annotation-spacing": "error",
45+
"@stylistic/semi": ["error", "never"],
46+
"@stylistic/type-annotation-spacing": "error",
4747
"@typescript-eslint/unbound-method": "error",
4848
"anti-trojan-source/no-bidi": "error",
4949
"camelcase": "off",

0 commit comments

Comments
 (0)