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