Skip to content

Commit

Permalink
fix: disable member-ordering (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylavender authored Oct 3, 2018
1 parent 1f1081b commit debcafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poet-tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"arrow-parens": false,
"no-empty-interface": false,
"member-access": false,
"member-ordering": false,
"no-var-requires": false,
"no-default-export": true,
"no-unused-variable": true,
Expand Down

0 comments on commit debcafc

Please sign in to comment.