feat(eslint): Rule "no-console"

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

View File

@ -60,6 +60,12 @@
"no-catch-shadow": [
"off"
],
"no-console": [
"warn",
{
"allow": []
}
],
"no-multi-spaces": [
"error",
{