mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[babel-plugin-react-html-attrs] Remove unused lint exceptions (#47964)
This commit is contained in:
parent
67ec5c5419
commit
f761c8d335
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user