projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add api documentation in readme
[oweals/peertube.git]
/
tslint.json
1
{
2
"extends": "tslint-config-standard",
3
"rules": {
4
"await-promise": [true, "Bluebird"],
5
"no-inferrable-types": true,
6
"eofline": true,
7
"indent": ["spaces"],
8
"ter-indent": [true, 2],
9
"max-line-length": [true, 140],
10
"no-floating-promises": false
11
}
12
}