Merge pull request #1046 from waku-org/chore/no-console

chore: make no-console an error
This commit is contained in:
fryorcraken.eth 2022-12-02 15:40:17 +11:00 committed by GitHub
commit 3fb0f364c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
"error",
{ "ignoreDeclarationSort": true, "ignoreCase": true }
],
"no-console": "warn"
"no-console": "error"
},
"overrides": [
{