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

Commit 9b20243

Browse files
committed
feat(base): add new eslint-plugin-jest rules
1 parent b6bab19 commit 9b20243

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
@@ -19,6 +19,7 @@ module.exports = {
1919
'jest/no-large-snapshots': 'off',
2020
'jest/no-test-prefixes': 'error',
2121
'jest/prefer-expect-assertions': 'off',
22+
'jest/prefer-inline-snapshots': 'off',
2223
'jest/prefer-to-be-null': 'error',
2324
'jest/prefer-to-be-undefined': 'error',
2425
'jest/prefer-to-have-length': 'error',

0 commit comments

Comments
 (0)