diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 15:03:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 15:03:17 +0300 |
commit | 263c8c736ea385144b2f3ff02d6abf8d62f50aa9 (patch) | |
tree | e163111e0c0ef5cc95907d8741d6e8d03d842ced /src/rules/eslint.json | |
parent | c3df8b2213f087bd880d371eb9fa53a3a6123819 (diff) | |
download | eslint-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/rules/eslint.json')
-rw-r--r-- | src/rules/eslint.json | 2 |
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" |