diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-05 22:09:16 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-05 22:09:16 +0200 |
commit | 5c98d3bf078852043cbdd582c01e3dc4f4b5b79f (patch) | |
tree | 303d57ecc3c5d7b73cbbeb7187986a3dab87bcf0 /client/tslint.json | |
parent | 8094a8980265a0a28e508dbd7cf7c7029e6d98b6 (diff) | |
download | PeerTube-5c98d3bf078852043cbdd582c01e3dc4f4b5b79f.tar.gz PeerTube-5c98d3bf078852043cbdd582c01e3dc4f4b5b79f.tar.zst PeerTube-5c98d3bf078852043cbdd582c01e3dc4f4b5b79f.zip |
Begin tests for user quota
Diffstat (limited to 'client/tslint.json')
-rw-r--r-- | client/tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tslint.json b/client/tslint.json index b1e211ee9..6438519a6 100644 --- a/client/tslint.json +++ b/client/tslint.json | |||
@@ -28,7 +28,7 @@ | |||
28 | "component-class-suffix": true, | 28 | "component-class-suffix": true, |
29 | "directive-class-suffix": true, | 29 | "directive-class-suffix": true, |
30 | "templates-use-public": true, | 30 | "templates-use-public": true, |
31 | "no-access-missing-member": true, | 31 | "no-access-missing-member": false, |
32 | "invoke-injectable": true | 32 | "invoke-injectable": true |
33 | } | 33 | } |
34 | } | 34 | } |