Skip to content

Commit

Permalink
fix: relax @typescript-eslint/no-unnecessary-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Oct 22, 2024
1 parent 57f419c commit 8efe22c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,6 @@ export default typescriptESLint.config(
"@typescript-eslint/no-useless-constructor": "error",
"@typescript-eslint/no-unnecessary-template-expression": "error",

"@typescript-eslint/no-unnecessary-condition": [
"error",
{
allowConstantLoopConditions: true,
},
],

"@typescript-eslint/adjacent-overload-signatures": "error",

"@typescript-eslint/array-type": [
Expand Down

0 comments on commit 8efe22c

Please sign in to comment.