fix tslint config

This commit is contained in:
Jeremy Danyow 2018-04-14 19:54:57 -07:00
parent 4fbce2d0bc
commit 82550ff9b9
No known key found for this signature in database
GPG Key ID: 96C45DE6B2C1DF40

View File

@ -9,8 +9,8 @@
"no-shadowed-variable": false,
"no-string-literal": false,
"trailing-comma": [false],
"member-ordering": ["fields-first"],
"array-type": ["array-simple"],
"member-ordering": [true, "fields-first"],
"array-type": [true, "array"],
"arrow-parens": false,
"max-classes-per-file": [false],
"prefer-for-of": false,