Skip to content

Commit 8efe22c

Browse files
committed
fix: relax @typescript-eslint/no-unnecessary-condition
1 parent 57f419c commit 8efe22c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eslint.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,6 @@ export default typescriptESLint.config(
331331
"@typescript-eslint/no-useless-constructor": "error",
332332
"@typescript-eslint/no-unnecessary-template-expression": "error",
333333

334-
"@typescript-eslint/no-unnecessary-condition": [
335-
"error",
336-
{
337-
allowConstantLoopConditions: true,
338-
},
339-
],
340-
341334
"@typescript-eslint/adjacent-overload-signatures": "error",
342335

343336
"@typescript-eslint/array-type": [

0 commit comments

Comments
 (0)