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-continue"
|
||||
- [ ] "no-control-regex"
|
||||
- [ ] "no-debugger"
|
||||
- [X] "no-debugger"
|
||||
- [ ] "no-delete-var"
|
||||
- [ ] "no-div-regex"
|
||||
- [ ] "no-dupe-args"
|
||||
|
@ -66,6 +66,9 @@
|
||||
"allow": []
|
||||
}
|
||||
],
|
||||
"no-debugger": [
|
||||
"error"
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user