Skip to content

Commit

Permalink
fix tslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow committed Apr 15, 2018
1 parent 4fbce2d commit 82550ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslint.json
Expand Up @@ -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,
Expand Down

0 comments on commit 82550ff

Please sign in to comment.