From f51447aecb504c42e6723e08de850f027d8c71ce 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 01db70ff0d989..b3a871a86ca54 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",