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:
fryorcraken.eth 2022-12-02 13:23:57 +11:00
parent 50c6ea9ea9
commit 280d4a60dc
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

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