Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Dec 8, 2022
1 parent 9ef9eb7 commit fb7e3cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,7 @@ module.exports = {
extends: ['plugin:jest/recommended'],
rules: {
'jest/no-conditional-expect': 'off',
'jest/expect-expect': [
'error',
{ assertFunctionNames: ['expect*'] },
],
'jest/expect-expect': ['error', { assertFunctionNames: ['expect*'] }],
},
},
{
Expand Down

0 comments on commit fb7e3cf

Please sign in to comment.