fix(eslint): Rule "no-console"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 16:20:15 +04:00
parent 55d7364ea2
commit eaa0627dae
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -72,10 +72,7 @@
"off"
],
"no-console": [
"warn",
{
"allow": []
}
"warn"
],
"no-debugger": [
"error"