From 697c039b6873fbca4e97b13500d58039b819b058 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 9 Nov 2023 13:01:36 +0100 Subject: [PATCH] new rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index cb83720..4b5a4bf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -91,6 +91,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",