mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-01 19:04:34 +08:00
17 lines
523 B
JSON
17 lines
523 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,
|
|
// TODO: left in redundant jsdoc that conflicts with type declarations
|
|
// Need to go over each and decide whether the jsdoc or type is correct
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false
|
|
}
|
|
}
|