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 12, 2017
1 parent 02c7d89 commit f47b050
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 f47b050

Please sign in to comment.