Files
DefinitelyTyped/types/chocolatechipjs/tslint.json
2017-12-13 10:59:31 -08:00

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
}
}