diff options
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index 6828f4325..cfe2ac712 100644 --- a/tslint.json +++ b/tslint.json | |||
@@ -5,7 +5,13 @@ | |||
5 | "no-inferrable-types": true, | 5 | "no-inferrable-types": true, |
6 | "eofline": true, | 6 | "eofline": true, |
7 | "indent": [true, "spaces"], | 7 | "indent": [true, "spaces"], |
8 | "ter-indent": [true, 2], | 8 | "ter-indent": [ |
9 | true, | ||
10 | 2, | ||
11 | { | ||
12 | "SwitchCase": 1 | ||
13 | } | ||
14 | ], | ||
9 | "max-line-length": [true, 140], | 15 | "max-line-length": [true, 140], |
10 | "no-unused-variable": false, // Memory issues | 16 | "no-unused-variable": false, // Memory issues |
11 | "no-floating-promises": false | 17 | "no-floating-promises": false |