feat(eslint): Rule "no-debugger"

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

View File

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