fix(eslint): Rule "no-alert"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 01:18:49 +04:00
parent cefbe49db9
commit 43ccb96a99
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -186,7 +186,7 @@
"off"
],
"no-alert": [
"error"
"warn"
],
"no-catch-shadow": [
"off"