Make tslint happy!

This commit is contained in:
Godzil
2018-06-01 21:23:05 +01:00
parent 849c7612aa
commit 7c04fb7282
10 changed files with 60 additions and 55 deletions

View File

@@ -17,11 +17,12 @@
"member-ordering": false,
"no-shadowed-variable": false,
"array-type": [true, "array"],
"object-literal-sort-keys": false,
"trailing-comma": false,
"no-any": false,
"no-arg": true,
"no-bitwise": true,
"space-within-parens": false,
"no-object-literal-type-assertion": false,
"no-console": [true,
"debug",
"time",