Skip to content

Commit 08d9a0a

Browse files
committed
fix: remove deprecated rule
1 parent 24527fb commit 08d9a0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rules/jest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
'jest/no-conditional-expect': 'off',
1212
'jest/require-top-level-describe': 'off',
1313
'jest/prefer-called-with': 'off',
14-
'jest/prefer-inline-snapshots': 'off',
1514
'jest/prefer-expect-assertions': 'error',
1615
'jest/unbound-method': ['error', { ignoreStatic: true }],
1716
'jest/valid-title': ['error', { disallowedWords: ['should'] }],

0 commit comments

Comments
 (0)