From b7e0e59e4ccb1bb2d6a11c91166588f9fc02170e Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Mon, 3 Dec 2018 15:43:58 -0500 Subject: [PATCH] Allow console.debug calls by the linter --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 1462c69..72e1fa4 100644 --- a/tslint.json +++ b/tslint.json @@ -27,7 +27,6 @@ "no-bitwise": true, "no-console": [ true, - "debug", "info", "time", "timeEnd",