fix(eslint): Rule "no-alert"

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

View File

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