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