From 3f4bf647e81876912b7ea8d41386b19b69a36a3a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 16 Nov 2018 17:51:32 +0100 Subject: [PATCH] Allow console.* in the linter config --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3faa3ff01..519a48447 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,6 +23,7 @@ "semi": [ "error", "always" - ] + ], + "no-console": "off" } } \ No newline at end of file