diff options
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, |