diff --git a/.eslintrc.json b/.eslintrc.json index 931bf10..4674178 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -228,6 +228,12 @@ "no-useless-constructor": "off", "@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": [