From 2bb7adf1cedb9d992ef5352fcabba795f97c4e63 Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 8 Sep 2017 10:42:55 -0700 Subject: [PATCH] nano: Add "no-unnecessary-generics" disable (#19637) --- types/nano/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/nano/tslint.json b/types/nano/tslint.json index b1439230db..e6dc9b7f2f 100644 --- a/types/nano/tslint.json +++ b/types/nano/tslint.json @@ -2,6 +2,7 @@ "extends": "dtslint/dt.json", "rules": { // TODO - "no-any-union": false + "no-any-union": false, + "no-unnecessary-generics": false } }