From 33e4392b63c7b39a6d774c2661e29697511c83aa Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 17 Sep 2018 17:59:41 +0200 Subject: [PATCH] refactor: remove unused lint rules --- tslint.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tslint.json b/tslint.json index ea004313e..3df3d6980 100644 --- a/tslint.json +++ b/tslint.json @@ -6,8 +6,6 @@ "no-redundant-jsdoc": false, "ban-types": false, "no-shadowed-variable": false, - "ter-no-proto": false, - "adjacent-overload-signatures": false, "no-constant-condition": false, "no-extra-boolean-cast": false }