]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - tslint.json
Fix comment creation
[github/Chocobozzz/PeerTube.git] / tslint.json
1 {
2 "extends": "tslint-config-standard",
3 "rules": {
4 "await-promise": [true, "Bluebird"],
5 "no-inferrable-types": true,
6 "eofline": true,
7 "indent": ["spaces"],
8 "ter-indent": [true, 2],
9 "max-line-length": [true, 140],
10 "no-floating-promises": false
11 }
12 }