diff options
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index 888779856..70e5d9bb4 100644 --- a/tslint.json +++ b/tslint.json | |||
@@ -1,3 +1,10 @@ | |||
1 | { | 1 | { |
2 | "extends": "tslint-config-standard" | 2 | "extends": "tslint-config-standard", |
3 | "rules": { | ||
4 | "no-inferrable-types": true, | ||
5 | "eofline": true, | ||
6 | "indent": ["spaces"], | ||
7 | "max-line-length": [true, 140], | ||
8 | "no-floating-promises": false | ||
9 | } | ||
3 | } | 10 | } |