fix(eslint): Rule "no-alert"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 16:03:17 +04:00
parent c3df8b2213
commit 263c8c736e
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

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