aboutsummaryrefslogblamecommitdiffhomepage
path: root/tslint.json
blob: 6e982ca85d47121cdfae366389a6502238b28d21 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 




                                      
                            


                                   
 
{
  "extends": "tslint-config-standard",
  "rules": {
    "no-inferrable-types": true,
    "eofline": true,
    "indent": ["spaces"],
    "ter-indent": [true, 2],
    "max-line-length": [true, 140],
    "no-floating-promises": false
  }
}