Skip to content

Commit 270a09b

Browse files
lacolacohansl
authored andcommitted
fix(@schematics/angular): Sort defaults alphabetically
1 parent 7d720a0 commit 270a09b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/schematics/angular/application/files/__dot__angular-cli.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
},
5656
"defaults": {
5757
"styleExt": "<%= style %>",
58+
"class": {
59+
"spec": false
60+
},
5861
"component": {<% if (minimal || inlineStyle) { %>
5962
"inlineStyle": true
6063
<% } %><% if (minimal || (inlineTemplate && inlineStyle)) { %>,<% } %><% if (minimal || inlineTemplate) { %>
@@ -65,9 +68,6 @@
6568
"directive": {
6669
"spec": false
6770
},
68-
"class": {
69-
"spec": false
70-
},
7171
"guard": {
7272
"spec": false
7373
},

0 commit comments

Comments
 (0)