Skip to content

Commit 2a587be

Browse files
committed
Fix linting
1 parent a12d21c commit 2a587be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eslint.config.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1145,10 +1145,7 @@ export default defineConfig([
11451145
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 2,
11461146
'@typescript-eslint/no-unnecessary-condition': [
11471147
2,
1148-
{
1149-
allowConstantLoopConditions: 'neverExceptWhileTrue',
1150-
checkTypePredicates: true,
1151-
},
1148+
{ allowConstantLoopConditions: true, checkTypePredicates: true },
11521149
],
11531150
'@typescript-eslint/strict-boolean-expressions': 2,
11541151
// Application-specific ordering is more relevant than type-specific

0 commit comments

Comments
 (0)