feat(eslint): Rule "no-alert"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -54,6 +54,9 @@
|
||||
"newline-before-return": [
|
||||
"off"
|
||||
],
|
||||
"no-alert": [
|
||||
"warn"
|
||||
],
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user