From d654fe5715d2aa0bc899ea52f9946584f436b276 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Mon, 13 Nov 2023 21:09:29 +0200 Subject: [PATCH] infra: enable no-alert eslint rule (#3472) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index b3a871a..cb584b9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -48,7 +48,7 @@ // "dot-notation": "warn", // "eqeqeq": [ "error", "smart" ], // "guard-for-in": "warn", - // "no-alert": "error", + "no-alert": "error", "no-caller": "error", // "no-case-declarations": "warn", // "no-div-regex": "warn",