From 7d9e83a0c19b3894099b6ab4505919d86533b17a Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 4 May 2021 14:26:44 -0700 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7b3130..9357fd0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ ], "rules": { "no-console": [ - "error", + "warn", { "allow": [ "debug",