diff --git a/types/babel-plugin-react-html-attrs/tslint.json b/types/babel-plugin-react-html-attrs/tslint.json index 6d27bd5e40..049d00c63c 100644 --- a/types/babel-plugin-react-html-attrs/tslint.json +++ b/types/babel-plugin-react-html-attrs/tslint.json @@ -1,11 +1,8 @@ { "extends": "dtslint/dt.json", "rules": { - "dt-header": false, "no-empty-interface": false, - "no-object-literal-type-assertion": false, "no-unnecessary-generics": false, - "strict-export-declare-modifiers": false, - "void-return": false + "strict-export-declare-modifiers": false } }