mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
17 lines
427 B
JSON
17 lines
427 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"dt-header": false,
|
|
"unified-signatures": false,
|
|
"no-empty-interface": false,
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"array-type": false,
|
|
"max-line-length": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|