1
0
Fork 0
peertube/tslint.json

11 lines
210 B
JSON
Raw Normal View History

2017-05-15 20:22:03 +00: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 20:22:03 +00:00
}