More robust transcoding jobs
[oweals/peertube.git] / tslint.json
1 {
2   "extends": "tslint-config-standard",
3   "rules": {
4     "no-inferrable-types": true,
5     "eofline": true,
6     "indent": ["spaces"],
7     "ter-indent": [true, 2],
8     "max-line-length": [true, 140],
9     "no-floating-promises": false
10   }
11 }