diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-08 17:31:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-08 17:31:11 +0100 |
commit | dfecb9003600913f8c3130a87e5b403d6686a55f (patch) | |
tree | 17f8fbfcff20429e472cc8853c65108e2d490519 /tslint.json | |
parent | 530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29 (diff) | |
download | PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.gz PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.zst PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.zip |
Fix lint momory issues
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json index 9acb24630..92d0bd2b1 100644 --- a/tslint.json +++ b/tslint.json | |||
@@ -7,6 +7,7 @@ | |||
7 | "indent": ["spaces"], | 7 | "indent": ["spaces"], |
8 | "ter-indent": [true, 2], | 8 | "ter-indent": [true, 2], |
9 | "max-line-length": [true, 140], | 9 | "max-line-length": [true, 140], |
10 | "no-unused-variable": false, // Memory issues | ||
10 | "no-floating-promises": false | 11 | "no-floating-promises": false |
11 | } | 12 | } |
12 | } | 13 | } |