]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - tslint.json
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / tslint.json
1 {
2 "extends": "tslint-config-standard",
3 "rules": {
4 "no-inferrable-types": true,
5 "eofline": true,
6 "indent": ["spaces"],
7 "max-line-length": [true, 140],
8 "no-floating-promises": false
9 }
10 }