Skip to content

Commit

Permalink
fix: remove no-jest-import config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wejendorp authored Sep 9, 2022
1 parent 166a1d0 commit 0485505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'jest/no-identical-title': 'error',
'jest/valid-expect': 'error',
'jest/no-alias-methods': 'off',
'jest/no-jest-import': 'error',
'jest/no-large-snapshots': ['warn', { maxSize: 300 }],
'jest/no-test-prefixes': 'error',
'jest/prefer-to-contain': 'warn',
Expand Down

0 comments on commit 0485505

Please sign in to comment.