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",