summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 15:03:17 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 15:03:17 +0300
commit263c8c736ea385144b2f3ff02d6abf8d62f50aa9 (patch)
treee163111e0c0ef5cc95907d8741d6e8d03d842ced /src
parentc3df8b2213f087bd880d371eb9fa53a3a6123819 (diff)
downloadeslint-config-263c8c736ea385144b2f3ff02d6abf8d62f50aa9.tar.xz
eslint-config-263c8c736ea385144b2f3ff02d6abf8d62f50aa9.zip
fix(eslint): Rule "no-alert"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index d08f852..30f12c6 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -55,7 +55,7 @@
"off"
],
"no-alert": [
- "warn"
+ "error"
],
"no-catch-shadow": [
"off"