1
0
Fork 0
peertube/tslint.json

13 lines
280 B
JSON
Raw Normal View History

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