aboutsummaryrefslogtreecommitdiffhomepage
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/tslint.json b/tslint.json
deleted file mode 100644
index cfe2ac712..000000000
--- a/tslint.json
+++ /dev/null
@@ -1,19 +0,0 @@
1{
2 "extends": "tslint-config-standard",
3 "rules": {
4 "await-promise": [true, "Bluebird"],
5 "no-inferrable-types": true,
6 "eofline": true,
7 "indent": [true, "spaces"],
8 "ter-indent": [
9 true,
10 2,
11 {
12 "SwitchCase": 1
13 }
14 ],
15 "max-line-length": [true, 140],
16 "no-unused-variable": false, // Memory issues
17 "no-floating-promises": false
18 }
19}