We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f51198 commit 4cb268cCopy full SHA for 4cb268c
1 file changed
packages/eslint-config/src/jest.js
@@ -39,7 +39,8 @@ module.exports = {
39
'prefer-destructuring': 'off',
40
'no-loop-func': 'off',
41
'@typescript-eslint/no-misused-promises': 'off',
42
- '@typescript-eslint/no-empty-function': 'off'
+ '@typescript-eslint/no-empty-function': 'off',
43
+ '@typescript-eslint/no-unnecessary-condition': 'off'
44
}
45
46
]
0 commit comments