From 1728bb27c166e585949d0cefe0d07bb87e47f736 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Thu, 12 Oct 2023 17:52:32 +0300 Subject: [PATCH] infra: enable no-with eslint rule (#3233) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d8c31c7..6e5c48f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -98,7 +98,7 @@ "terms": [ "TODO", "FIXME" ], "location": "start" }], - // "no-with": "warn", + "no-with": "warn", // "radix": "warn", // "vars-on-top": "error",