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:
parent
19c3b50c97
commit
7d9e83a0c1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
],
|
||||
"rules": {
|
||||
"no-console": [
|
||||
"error",
|
||||
"warn",
|
||||
{
|
||||
"allow": [
|
||||
"debug",
|
||||
|
|
Loading…
Reference in a new issue