aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tslint.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-08 17:31:11 +0100
committerChocobozzz <me@florianbigard.com>2018-03-08 17:31:11 +0100
commitdfecb9003600913f8c3130a87e5b403d6686a55f (patch)
tree17f8fbfcff20429e472cc8853c65108e2d490519 /client/tslint.json
parent530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29 (diff)
downloadPeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.gz
PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.zst
PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.zip
Fix lint momory issues
Diffstat (limited to 'client/tslint.json')
-rw-r--r--client/tslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tslint.json b/client/tslint.json
index c1ca4336e..db852d9f8 100644
--- a/client/tslint.json
+++ b/client/tslint.json
@@ -6,7 +6,7 @@
6 "eofline": true, 6 "eofline": true,
7 "max-line-length": [true, 140], 7 "max-line-length": [true, 140],
8 "no-floating-promises": false, 8 "no-floating-promises": false,
9 "no-unused-variable": false, // Bug, wait TypeScript 2.4 9 "no-unused-variable": false, // Memory issues
10 "member-ordering": [true, 10 "member-ordering": [true,
11 "public-before-private", 11 "public-before-private",
12 "static-before-instance", 12 "static-before-instance",