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