Skip to content

Commit

Permalink
Merge pull request git-for-windows#947 from git-for-windows/dependabo…
Browse files Browse the repository at this point in the history
…t/npm_and_yarn/typescript-eslint/eslint-plugin-8.4.0

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.4.0
  • Loading branch information
rimrul authored Sep 7, 2024
2 parents ad1c7ed + 412345d commit 2c7b814
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 2c7b814

Please sign in to comment.