1
0
Fork 0
peertube/tslint.json
2017-09-04 20:07:54 +02:00

11 lines
239 B
JSON

{
"extends": "tslint-config-standard",
"rules": {
"no-inferrable-types": true,
"eofline": true,
"indent": ["spaces"],
"ter-indent": [true, 2],
"max-line-length": [true, 140],
"no-floating-promises": false
}
}