From 181732f14f87afd8faa15d054a6799fb7fb7fd72 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 20 Sep 2017 08:29:54 -0700 Subject: [PATCH] react-dom: Disable "no-unnecessary-generics" lint (#19908) --- types/react-dom/tslint.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react-dom/tslint.json b/types/react-dom/tslint.json index c1874f7fe3..8179a3659a 100644 --- a/types/react-dom/tslint.json +++ b/types/react-dom/tslint.json @@ -1,7 +1,9 @@ { "extends": "dtslint/dt.json", "rules": { + // TODOs "dt-header": false, + "no-unnecessary-generics": false, "no-unnecessary-type-assertion": false } } \ No newline at end of file