mirror of https://github.com/waku-org/js-waku.git
chore: make no-console an error
We use `debug` across the codebase, this ensures no `console.log` slips in by mistake.
This commit is contained in:
parent
50c6ea9ea9
commit
280d4a60dc
|
@ -32,7 +32,7 @@
|
|||
"error",
|
||||
{ "ignoreDeclarationSort": true, "ignoreCase": true }
|
||||
],
|
||||
"no-console": "warn"
|
||||
"no-console": "error"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue