Skip to content

Commit

Permalink
add jest/require-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
crisfcodes committed Oct 21, 2021
1 parent 6356e2b commit f0d6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const rules = {
'jest/prefer-to-contain': 'warn',
'jest/prefer-to-have-length': 'warn',
'jest/prefer-todo': 'warn',
'jest/require-hook': 'off',
'jest/require-hook': 'warn',
'jest/require-to-throw-message': 'off',
'jest/require-top-level-describe': 'off',
'jest/unbound-method': 'off',
Expand Down

0 comments on commit f0d6bff

Please sign in to comment.