From c18bcfbe24231267eabab40b7c4a0002ff713df4 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Mon, 15 May 2017 15:10:09 +0200 Subject: [PATCH] Forbid the use of console.* --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index fb29c66d..a2a39dd3 100644 --- a/tslint.json +++ b/tslint.json @@ -6,6 +6,7 @@ "typedef-whitespace:": false, "no-shadowed-variable:": false, "max-line-length:": false, - "forin:": false + "forin:": false, + "no-console": true } } \ No newline at end of file