Skip to content

Commit

Permalink
Merge pull request #800 from git-for-windows/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…eslint-plugin-jest-28.9.0

Bump eslint-plugin-jest from 27.9.0 to 28.9.0
  • Loading branch information
rimrul authored Nov 9, 2024
2 parents 867f0ad + fa16834 commit e2b7dc4
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 1,488 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": ["jest", "@typescript-eslint", "anti-trojan-source"],
"plugins": ["jest", "@typescript-eslint", "@stylistic", "anti-trojan-source"],
"rules": {
"@typescript-eslint/array-type": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-comment": "error",
"@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 @@ -42,8 +42,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 e2b7dc4

Please sign in to comment.