Skip to content

Commit

Permalink
Merge pull request #1312 from skaut/dependabot/npm_and_yarn/typescrip…
Browse files Browse the repository at this point in the history
…t-eslint-8.12.2

Bump typescript-eslint from 8.8.1 to 8.12.2
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
2 parents b414dda + 8aadda1 commit 0bf3c3b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 192 deletions.
6 changes: 5 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,12 @@ export default tseslint.config(
},
},
{
extends: [jest.recommended, jest.style],
...jest.configs["flat/recommended"],
...jest.configs["flat/style"],
files: ["__tests__/**/*.test.ts", "__tests__/**/*.json"],
rules: {
...jest.configs["flat/recommended"].rules,
...jest.configs["flat/style"].rules,
"jest/consistent-test-it": ["error", { withinDescribe: "test" }],
"jest/no-conditional-in-test": "error",
"jest/no-confusing-set-timeout": "error",
Expand Down Expand Up @@ -208,6 +211,7 @@ export default tseslint.config(
rules: {
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
},
},
);
Expand Down
Loading

0 comments on commit 0bf3c3b

Please sign in to comment.