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 9acb24630..92d0bd2b1 100644
--- a/tslint.json
+++ b/tslint.json
@@ -7,6 +7,7 @@
7 "indent": ["spaces"], 7 "indent": ["spaces"],
8 "ter-indent": [true, 2], 8 "ter-indent": [true, 2],
9 "max-line-length": [true, 140], 9 "max-line-length": [true, 140],
10 "no-unused-variable": false, // Memory issues
10 "no-floating-promises": false 11 "no-floating-promises": false
11 } 12 }
12} 13}