fix(eslint): Rule "no-console"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -72,10 +72,7 @@
|
||||
"off"
|
||||
],
|
||||
"no-console": [
|
||||
"warn",
|
||||
{
|
||||
"allow": []
|
||||
}
|
||||
"warn"
|
||||
],
|
||||
"no-debugger": [
|
||||
"error"
|
||||
|
Reference in New Issue
Block a user