Files
DefinitelyTyped/bluebird-global/tslint.json
2017-02-23 07:15:16 -08:00

11 lines
228 B
JSON

{
"extends": "../tslint.json",
"rules": {
"max-line-length": false,
"no-empty-interface": false,
"array-type": false,
"unified-signatures": false,
"forbidden-types": false
}
}