From 5ea659579ed1e1306284c7bf9c9fdb56a49172a2 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Sat, 11 Nov 2023 01:47:29 +0200 Subject: [PATCH] infra: enable no-delete-var eslint rule (#3465) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 12867b6..01db70f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -113,7 +113,7 @@ // "init-declarations": [ "error", "always" ], // "no-catch-shadow": "warn", - // "no-delete-var": "error", + "no-delete-var": "error", // "no-label-var": "error", // "no-shadow-restricted-names": "error", // "no-shadow": "warn",