feat(eslint): Rule "no-console"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -60,6 +60,12 @@
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
"no-console": [
|
||||
"warn",
|
||||
{
|
||||
"allow": []
|
||||
}
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user