Skip to content

Commit f8e5d3b

Browse files
committed
Enable lint no-unnecessary-condition
1 parent 1fe9cf2 commit f8e5d3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ const config = {
206206
'error',
207207
{ fixMixedExportsWithInlineTypeSpecifier: true },
208208
],
209-
// TODO Enable this and fix errors (both types & logic changes will be needed)
210-
'@typescript-eslint/no-unnecessary-condition': 'off',
211209

212210
// Allow unused session while we migrate
213211
'@seedcompany/no-unused-vars': [

0 commit comments

Comments
 (0)