Skip to content

Commit e615235

Browse files
committed
Disable no-unnecessary-condition for now
1 parent cf9e1d1 commit e615235

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ const eslintConfig = [
3939
tsconfigRootDir: import.meta.dirname,
4040
},
4141
},
42-
rules: { '@typescript-eslint/no-unnecessary-condition': 'warn' },
42+
rules: {
43+
// Disabled until a future PR.
44+
// '@typescript-eslint/no-unnecessary-condition': 'warn'
45+
},
4346
},
4447
{
4548
rules: {

0 commit comments

Comments
 (0)