[babel-plugin-react-html-attrs] Remove unused lint exceptions (#47964)

This commit is contained in:
Jack Bates 2020-09-23 13:29:33 -07:00 committed by GitHub
parent 67ec5c5419
commit f761c8d335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}