Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 098534e

Browse files
committed
feat(base): add new eslint-plugin-jest rules
1 parent cec2888 commit 098534e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/jest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
'jest/no-focused-tests': 'error',
1111
'jest/no-hooks': ['error', {allow: ['afterEach']}],
1212
'jest/no-identical-title': 'error',
13+
'jest/no-jest-import': 'error',
1314
'jest/no-large-snapshots': 'off',
1415
'jest/no-test-prefixes': 'error',
1516
'jest/prefer-expect-assertions': 'off',

0 commit comments

Comments
 (0)