From cb1d604853b0596170e6f95b300a12e5d865468b Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 9 Nov 2023 13:01:16 +0100 Subject: [PATCH] added new rule --- .ts-eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.ts-eslintrc.json b/.ts-eslintrc.json index bfa02f5..dc4a4e3 100644 --- a/.ts-eslintrc.json +++ b/.ts-eslintrc.json @@ -100,6 +100,7 @@ "no-buffer-constructor": "warn", "no-caller": "warn", "no-console": "warn", + "no-constant-binary-expression": "error", "no-div-regex": "warn", "no-dupe-else-if": "warn", "no-duplicate-imports": "warn",