feat(eslint): Rule "no-debugger"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 16:02:53 +04:00
parent c871e1ed51
commit c3df8b2213
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -66,6 +66,9 @@
"allow": []
}
],
"no-debugger": [
"error"
],
"no-multi-spaces": [
"error",
{