mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* feat(react-dom): Add async act typings * Update version * Normalize typing with react-test-renderer
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"dt-header": false,
|
|
"npm-naming": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-type-assertion": false
|
|
}
|
|
}
|