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 5, 2017
1 parent 55b9d5c commit f25ce49
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/@angular/cli/blueprints/ng/files/tslint.json
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 f25ce49

Please sign in to comment.