Skip to content

Commit d2af1a7

Browse files
masih-developerASafaeirad
authored andcommitted
fix: enable ignoreMixedLogicalExpressions option in TypeScript config
1 parent ee5b73e commit d2af1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/typescript.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function typescript(options = {}) {
192192
{
193193
ignoreConditionalTests: false,
194194
ignoreTernaryTests: false,
195-
ignoreMixedLogicalExpressions: false,
195+
ignoreMixedLogicalExpressions: true,
196196
},
197197
],
198198
'@typescript-eslint/prefer-regexp-exec': 'warn',

0 commit comments

Comments
 (0)