From 2b456252028a6bd3a4649e2ca8a4abf05220d51f Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Mon, 10 Jul 2017 14:15:38 +0300 Subject: [PATCH] build: update tslint config --- tslint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tslint.json b/tslint.json index 0b2cce61..ca154013 100644 --- a/tslint.json +++ b/tslint.json @@ -37,11 +37,10 @@ ], "member-access": false, "no-arg": true, - "no-bitwise": true, "no-console": [ true, "debug", - "info", + "log", "time", "timeEnd", "trace"