Skip to content

Commit 4cb268c

Browse files
committed
fix(eslint-config): disable no-unnecessary-condition for tests
1 parent 3f51198 commit 4cb268c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/eslint-config/src/jest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ module.exports = {
3939
'prefer-destructuring': 'off',
4040
'no-loop-func': 'off',
4141
'@typescript-eslint/no-misused-promises': 'off',
42-
'@typescript-eslint/no-empty-function': 'off'
42+
'@typescript-eslint/no-empty-function': 'off',
43+
'@typescript-eslint/no-unnecessary-condition': 'off'
4344
}
4445
}
4546
]

0 commit comments

Comments
 (0)