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

Commit 0ed276c

Browse files
committed
feat(base): add new jest rules
1 parent a8d9c9a commit 0ed276c

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
@@ -31,6 +31,7 @@ module.exports = {
3131
'jest/prefer-to-be-undefined': 'error',
3232
'jest/prefer-to-contain': 'error',
3333
'jest/prefer-to-have-length': 'error',
34+
'jest/prefer-todo': 'error',
3435
'jest/require-tothrow-message': 'error',
3536
'jest/valid-describe': 'error',
3637
'jest/valid-expect-in-promise': 'error',

0 commit comments

Comments
 (0)