mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 11:39:28 +08:00
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"adjacent-overload-signatures": false,
|
|
"ban-types": false,
|
|
"dt-header": false,
|
|
"no-any-union": false,
|
|
"unified-signatures": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|