Skip to content

Commit

Permalink
fix(@angular/cli): adjust blueprint tslint.json rule member-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jsshandle authored and hansl committed Jul 11, 2017
1 parent 529a023 commit 137d15a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/@angular/cli/blueprints/ng/files/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@
"member-access": false,
"member-ordering": [
true,
"static-before-instance",
"variables-before-functions"
{
"order": [
"static-field",
"instance-field",
"static-method",
"instance-method"
]
}
],
"no-arg": true,
"no-bitwise": true,
Expand Down

0 comments on commit 137d15a

Please sign in to comment.