Switch console.log to a lint warning, not error

Didn't realize lint errors blocked compilation lol

I just want it to be annoyed enough at me to draw my attention back to it lol
This commit is contained in:
Emi Matchu 2021-05-04 14:26:44 -07:00
parent 19c3b50c97
commit 7d9e83a0c1

View file

@ -77,7 +77,7 @@
],
"rules": {
"no-console": [
"error",
"warn",
{
"allow": [
"debug",