]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tslint.json
Add ability to limit user registrations
[github/Chocobozzz/PeerTube.git] / tslint.json
CommitLineData
65fcc311 1{
df98563e
C
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 }
65fcc311 10}