diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-01 11:38:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-01 11:38:47 +0200 |
commit | 16b5525950c27172b8426e03cbb1c59794cfc44c (patch) | |
tree | e29f0dd37058cc90cdff07f7ab0df281e7db3505 /client/tslint.json | |
parent | 1f8ac02436237f0a4f2f10b8c37b28578cc5a411 (diff) | |
download | PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.gz PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.zst PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.zip |
Update Angular -> 8.2.0
Diffstat (limited to 'client/tslint.json')
-rw-r--r-- | client/tslint.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/tslint.json b/client/tslint.json index f45b1d576..1b28e679b 100644 --- a/client/tslint.json +++ b/client/tslint.json | |||
@@ -20,6 +20,14 @@ | |||
20 | "private-instance-method" | 20 | "private-instance-method" |
21 | ]} | 21 | ]} |
22 | ], | 22 | ], |
23 | "variable-name": [ | ||
24 | true, | ||
25 | "ban-keywords", | ||
26 | "check-format", | ||
27 | "allow-leading-underscore", | ||
28 | "allow-pascal-case", | ||
29 | "allow-trailing-underscore" | ||
30 | ], | ||
23 | 31 | ||
24 | "no-shadowed-variable": false, | 32 | "no-shadowed-variable": false, |
25 | "no-bitwise": false, | 33 | "no-bitwise": false, |