aboutsummaryrefslogtreecommitdiffhomepage
path: root/tslint.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-25 16:52:01 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-26 09:11:38 +0200
commitd412e80e5f748f92118541a5334c14ebd4a90881 (patch)
tree3f0a240fadc0cf1f63ef087515b2e2cd253a6b79 /tslint.json
parent404b54e14f6623c1644a8c87ca22f4bab98d5484 (diff)
downloadPeerTube-d412e80e5f748f92118541a5334c14ebd4a90881.tar.gz
PeerTube-d412e80e5f748f92118541a5334c14ebd4a90881.tar.zst
PeerTube-d412e80e5f748f92118541a5334c14ebd4a90881.zip
Fix lint
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json
index 6e982ca85..9acb24630 100644
--- a/tslint.json
+++ b/tslint.json
@@ -1,6 +1,7 @@
1{ 1{
2 "extends": "tslint-config-standard", 2 "extends": "tslint-config-standard",
3 "rules": { 3 "rules": {
4 "await-promise": [true, "Bluebird"],
4 "no-inferrable-types": true, 5 "no-inferrable-types": true,
5 "eofline": true, 6 "eofline": true,
6 "indent": ["spaces"], 7 "indent": ["spaces"],