aboutsummaryrefslogtreecommitdiffhomepage
path: root/tslint.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-18 14:28:37 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commitb4055e1c23eeefb0c8a85a77f312b2827d98f483 (patch)
tree51b6b04c1ad10897047817d2eaaa037d1331fa6a /tslint.json
parent66e001c848c009412c65cbce41be344d8985fd83 (diff)
downloadPeerTube-b4055e1c23eeefb0c8a85a77f312b2827d98f483.tar.gz
PeerTube-b4055e1c23eeefb0c8a85a77f312b2827d98f483.tar.zst
PeerTube-b4055e1c23eeefb0c8a85a77f312b2827d98f483.zip
Add server hooks
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json
index 6828f4325..cfe2ac712 100644
--- a/tslint.json
+++ b/tslint.json
@@ -5,7 +5,13 @@
5 "no-inferrable-types": true, 5 "no-inferrable-types": true,
6 "eofline": true, 6 "eofline": true,
7 "indent": [true, "spaces"], 7 "indent": [true, "spaces"],
8 "ter-indent": [true, 2], 8 "ter-indent": [
9 true,
10 2,
11 {
12 "SwitchCase": 1
13 }
14 ],
9 "max-line-length": [true, 140], 15 "max-line-length": [true, 140],
10 "no-unused-variable": false, // Memory issues 16 "no-unused-variable": false, // Memory issues
11 "no-floating-promises": false 17 "no-floating-promises": false