aboutsummaryrefslogtreecommitdiffhomepage
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json
index 70e5d9bb4..6e982ca85 100644
--- a/tslint.json
+++ b/tslint.json
@@ -4,6 +4,7 @@
4 "no-inferrable-types": true, 4 "no-inferrable-types": true,
5 "eofline": true, 5 "eofline": true,
6 "indent": ["spaces"], 6 "indent": ["spaces"],
7 "ter-indent": [true, 2],
7 "max-line-length": [true, 140], 8 "max-line-length": [true, 140],
8 "no-floating-promises": false 9 "no-floating-promises": false
9 } 10 }