From 5e669ea32a177d078ad50a5eea8f6d643f6a43f8 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Mon, 13 Nov 2023 21:05:38 +0200 Subject: [PATCH] infra: enable no-caller eslint rule (#3473) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 01db70ff0d989f..b3a871a86ca544 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,7 +49,7 @@ // "eqeqeq": [ "error", "smart" ], // "guard-for-in": "warn", // "no-alert": "error", - // "no-caller": "error", + "no-caller": "error", // "no-case-declarations": "warn", // "no-div-regex": "warn", // "no-else-return": "warn",