DefinitelyTyped/types/bunyan/tslint.json

9 lines
174 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// ban-types needs to be disabled to support TypeScript <2.2
"ban-types": false,
"unified-signatures": false
}
}