From 737ad518c8ef748da432bbc3554bba1c72e4cd72 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 17 Sep 2018 16:36:18 +0200 Subject: [PATCH] Update tslint.json --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 0d442091f..32bb6ea12 100644 --- a/tslint.json +++ b/tslint.json @@ -5,7 +5,6 @@ "no-empty": false, "no-import-side-effect": false, "no-redundant-jsdoc": false, - // TODO: Activate rules step by step "ban-types": false, "no-shadowed-variable": false, "only-arrow-functions": false,