mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 17:14:46 +00:00
Merge pull request #1046 from waku-org/chore/no-console
chore: make no-console an error
This commit is contained in:
commit
3fb0f364c2
@ -32,7 +32,7 @@
|
|||||||
"error",
|
"error",
|
||||||
{ "ignoreDeclarationSort": true, "ignoreCase": true }
|
{ "ignoreDeclarationSort": true, "ignoreCase": true }
|
||||||
],
|
],
|
||||||
"no-console": "warn"
|
"no-console": "error"
|
||||||
},
|
},
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user