From eb0219e976fa17757d81d497da346b714643913b Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 6 Feb 2024 14:03:14 +0100 Subject: [PATCH] chore: unnecessary comment --- .eslintrc.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index b63121308..16762f193 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -69,12 +69,6 @@ // enable the rule specifically for TypeScript files "files": ["*.ts", "*.tsx"], "rules": { - // "@typescript-eslint/strict-boolean-expressions": [ - // "error", - // { - // "allowString": false - // } - // ], "@typescript-eslint/explicit-function-return-type": ["error"], "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-empty-function": "error",