From 86c7a8e4d5a224be316d23cf047812a965df78c5 Mon Sep 17 00:00:00 2001 From: Niel Rohling Date: Thu, 7 Feb 2019 23:48:02 +0100 Subject: [PATCH] added "no-console": false --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 52a27ba..e120584 100644 --- a/tslint.json +++ b/tslint.json @@ -12,7 +12,8 @@ "member-ordering": false, "jsx-no-lambda": false, "jsx-boolean-value": false, - "member-access": false + "member-access": false, + "no-console": false }, "rulesDirectory": [] }