From 13315e4494030e19698602bd845f4e4217c081dc Mon Sep 17 00:00:00 2001 From: ikokostya Date: Sun, 17 Feb 2019 04:21:58 +0300 Subject: [PATCH] Remove no-unnecessary-generics from dt.json --- types/lru-cache/tslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/lru-cache/tslint.json b/types/lru-cache/tslint.json index 71ee04c4e1..f93cf8562a 100644 --- a/types/lru-cache/tslint.json +++ b/types/lru-cache/tslint.json @@ -1,6 +1,3 @@ { - "extends": "dtslint/dt.json", - "rules": { - "no-unnecessary-generics": false - } + "extends": "dtslint/dt.json" }