blob: 9acb2463040e9b88e8ef1a008247329f3d7ae705 (
plain) (
tree)
|
|
{
"extends": "tslint-config-standard",
"rules": {
"await-promise": [true, "Bluebird"],
"no-inferrable-types": true,
"eofline": true,
"indent": ["spaces"],
"ter-indent": [true, 2],
"max-line-length": [true, 140],
"no-floating-promises": false
}
}
|