feat(eslint): Rule "no-alert"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
3a12b56865
commit
3628767ff2
@ -77,7 +77,7 @@
|
||||
- [X] "newline-after-var"
|
||||
- [X] "newline-before-return"
|
||||
- [ ] "newline-per-chained-call"
|
||||
- [ ] "no-alert"
|
||||
- [X] "no-alert"
|
||||
- [ ] "no-array-constructor"
|
||||
- [ ] "no-async-promise-executor"
|
||||
- [ ] "no-await-in-loop"
|
||||
|
@ -54,6 +54,9 @@
|
||||
"newline-before-return": [
|
||||
"off"
|
||||
],
|
||||
"no-alert": [
|
||||
"warn"
|
||||
],
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user