aboutsummaryrefslogtreecommitdiffhomepage
path: root/tslint.json
blob: 9acb2463040e9b88e8ef1a008247329f3d7ae705 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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
  }
}