Skip to content

Commit

Permalink
fix: disable more rules in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Oct 27, 2023
1 parent 9fa9a11 commit 88bb0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/src/overrides/typescriptTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const typescriptTestsOverrides = typescriptOverrides
'consistent-return': 'error',
'@typescript-eslint/unbound-method': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
},
env: {
node: true,
Expand Down

0 comments on commit 88bb0c4

Please sign in to comment.