diff options
Diffstat (limited to 'client')
-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 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", |