mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
18 lines
472 B
JSON
18 lines
472 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"dt-header": false,
|
|
"unified-signatures": false,
|
|
"no-declare-current-package": 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
|
|
}
|
|
}
|