Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
chore(jest): update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-leblanc committed Jun 14, 2022
1 parent 837b0b8 commit 4df2b48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/jest/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ module.exports = {
},
plugins: ['jest'],
extends: ['plugin:jest/recommended', 'plugin:jest/style'],
rules: {
'jest/prefer-to-be-null': 'error',
},
}

0 comments on commit 4df2b48

Please sign in to comment.