mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All are TODOs
|
|
"array-type": false,
|
|
"dt-header": false,
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"no-empty-interface": false,
|
|
"unified-signatures": false,
|
|
"max-line-length": false,
|
|
"no-mergeable-namespace": false,
|
|
"whitespace": false
|
|
}
|
|
}
|