From 95438ec7a003ab21f7af595019397f83a32e02aa Mon Sep 17 00:00:00 2001 From: "Maxence G. de Montauzan" Date: Sun, 1 Oct 2017 01:57:09 +0200 Subject: [PATCH] TSLint fix --- dashboard/tslint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dashboard/tslint.json b/dashboard/tslint.json index 276453f..004c941 100644 --- a/dashboard/tslint.json +++ b/dashboard/tslint.json @@ -27,7 +27,7 @@ "no-arg": true, "no-bitwise": true, "no-console": [ - true, + false, "debug", "info", "time", @@ -40,7 +40,6 @@ "no-duplicate-variable": true, "no-empty": false, "no-eval": true, - "no-inferrable-types": true, "no-shadowed-variable": true, "no-string-literal": false, "no-switch-case-fall-through": true,