update tslint config and fix member ordering (#1279)

This commit is contained in:
BO41
2018-10-16 01:04:50 +02:00
committed by Rigel Kent
parent 4fe98be6b4
commit dffd5d127f
7 changed files with 42 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
"await-promise": [true, "Bluebird"],
"no-inferrable-types": true,
"eofline": true,
"indent": ["spaces"],
"indent": [true, "spaces"],
"ter-indent": [true, 2],
"max-line-length": [true, 140],
"no-unused-variable": false, // Memory issues