PeerTube/tslint.json

13 lines
280 B
JSON
Raw Normal View History

2017-05-15 22:22:03 +02:00
{
"extends": "tslint-config-standard",
"rules": {
2017-10-25 16:52:01 +02:00
"await-promise": [true, "Bluebird"],
"no-inferrable-types": true,
"eofline": true,
"indent": ["spaces"],
2017-09-04 20:07:54 +02:00
"ter-indent": [true, 2],
"max-line-length": [true, 140],
"no-floating-promises": false
}
2017-05-15 22:22:03 +02:00
}