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": [