feat(eslint): Rule "no-debugger"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
c871e1ed51
commit
c3df8b2213
@ -96,7 +96,7 @@
|
|||||||
- [ ] "no-constructor-return"
|
- [ ] "no-constructor-return"
|
||||||
- [ ] "no-continue"
|
- [ ] "no-continue"
|
||||||
- [ ] "no-control-regex"
|
- [ ] "no-control-regex"
|
||||||
- [ ] "no-debugger"
|
- [X] "no-debugger"
|
||||||
- [ ] "no-delete-var"
|
- [ ] "no-delete-var"
|
||||||
- [ ] "no-div-regex"
|
- [ ] "no-div-regex"
|
||||||
- [ ] "no-dupe-args"
|
- [ ] "no-dupe-args"
|
||||||
|
@ -66,6 +66,9 @@
|
|||||||
"allow": []
|
"allow": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"no-debugger": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-multi-spaces": [
|
"no-multi-spaces": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user