Allow console.* in the linter config

This commit is contained in:
Johannes Zellner
2018-11-16 17:51:32 +01:00
parent 725a7e6dec
commit 3f4bf647e8

View File

@@ -23,6 +23,7 @@
"semi": [
"error",
"always"
]
],
"no-console": "off"
}
}