diff --git a/.eslintrc.json b/.eslintrc.json index 78b9b4c..7425573 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -78,7 +78,7 @@ "newline-after-var": "off", "newline-before-return": "off", "newline-per-chained-call": "error", - "no-alert": "error", + "no-alert": "off", "no-array-constructor": "error", "no-bitwise": "off", "no-caller": "error",