PeerTube/tslint.json

11 lines
210 B
JSON
Raw Normal View History

2017-05-15 22:22:03 +02:00
{
"extends": "tslint-config-standard",
"rules": {
"no-inferrable-types": true,
"eofline": true,
"indent": ["spaces"],
"max-line-length": [true, 140],
"no-floating-promises": false
}
2017-05-15 22:22:03 +02:00
}