From f761c8d335bddbbd042aa9abdb17d62703d1af5e Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 13:29:33 -0700 Subject: [PATCH] [babel-plugin-react-html-attrs] Remove unused lint exceptions (#47964) --- types/babel-plugin-react-html-attrs/tslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 } }