fix(eslint): Rule "no-debugger"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 01:14:31 +04:00
parent ccd4019140
commit eb0ee565f9
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -195,7 +195,7 @@
"warn"
],
"no-debugger": [
"error"
"warn"
],
"no-eval": [
"error",