From 8efe22c23e3afdefa56ec6fe797c52b7ecd3019c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 22 Oct 2024 11:47:11 +0200 Subject: [PATCH] fix: relax `@typescript-eslint/no-unnecessary-condition` --- eslint.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 903f8e2..5cedf26 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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": [