aboutsummaryrefslogtreecommitdiffhomepage
path: root/tslint.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-09-04 20:07:54 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-09-04 20:07:54 +0200
commitb0f9f39ed70299a208d1b388c72de8b7f3510cb7 (patch)
tree4b7d388125265533ac2f6d4bf457d018617e1db6 /tslint.json
parente7dbeae8d915cdf4470ceb51c2724b04148b30b5 (diff)
downloadPeerTube-b0f9f39ed70299a208d1b388c72de8b7f3510cb7.tar.gz
PeerTube-b0f9f39ed70299a208d1b388c72de8b7f3510cb7.tar.zst
PeerTube-b0f9f39ed70299a208d1b388c72de8b7f3510cb7.zip
Begin user quota
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 70e5d9bb4..6e982ca85 100644
--- a/tslint.json
+++ b/tslint.json
@@ -4,6 +4,7 @@
4 "no-inferrable-types": true, 4 "no-inferrable-types": true,
5 "eofline": true, 5 "eofline": true,
6 "indent": ["spaces"], 6 "indent": ["spaces"],
7 "ter-indent": [true, 2],
7 "max-line-length": [true, 140], 8 "max-line-length": [true, 140],
8 "no-floating-promises": false 9 "no-floating-promises": false
9 } 10 }