From db5f57085453828725b7f46af0b1118efb466dcc Mon Sep 17 00:00:00 2001 From: Sendil Kumar Date: Sat, 22 Sep 2018 00:55:49 +0200 Subject: [PATCH] chore(lint): turn off console log warning --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 0c4e7909be6..323befd7bd4 100644 --- a/tslint.json +++ b/tslint.json @@ -14,7 +14,7 @@ false ], "no-console": { - "severity": "warning" + "severity": "off" } }, "rulesDirectory": [],