mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"adjacent-overload-signatures": false,
|
|
"ban-types": false,
|
|
"only-arrow-functions": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|