Skip to content

Commit 2582626

Browse files
brianpilatifilipesilva
authored andcommitted
style(@angular/cli): Alphabetized the keys for the angular:directive properties object
1 parent 4631061 commit 2582626

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

packages/@angular/cli/lib/config/schema.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -145,42 +145,42 @@
145145
"@schematics/angular:directive": {
146146
"type": "object",
147147
"properties": {
148+
"export": {
149+
"type": "boolean",
150+
"default": false,
151+
"description": "Specifies if declaring module exports the directive."
152+
},
153+
"flat": {
154+
"type": "boolean",
155+
"description": "Flag to indicate if a dir is created.",
156+
"default": true
157+
},
158+
"module": {
159+
"type": "string",
160+
"description": "Allows specification of the declaring module.",
161+
"alias": "m"
162+
},
148163
"prefix": {
149164
"type": "string",
150165
"format": "html-selector",
151166
"description": "The prefix to apply to generated selectors.",
152167
"default": "app",
153168
"alias": "p"
154169
},
155-
"spec": {
156-
"type": "boolean",
157-
"description": "Specifies if a spec file is generated.",
158-
"default": true
159-
},
160-
"skipImport": {
161-
"type": "boolean",
162-
"description": "Flag to skip the module import.",
163-
"default": false
164-
},
165170
"selector": {
166171
"type": "string",
167172
"format": "html-selector",
168173
"description": "The selector to use for the directive."
169174
},
170-
"flat": {
175+
"skipImport": {
171176
"type": "boolean",
172-
"description": "Flag to indicate if a dir is created.",
173-
"default": true
174-
},
175-
"module": {
176-
"type": "string",
177-
"description": "Allows specification of the declaring module.",
178-
"alias": "m"
177+
"description": "Flag to skip the module import.",
178+
"default": false
179179
},
180-
"export": {
180+
"spec": {
181181
"type": "boolean",
182-
"default": false,
183-
"description": "Specifies if declaring module exports the directive."
182+
"description": "Specifies if a spec file is generated.",
183+
"default": true
184184
}
185185
}
186186
},

0 commit comments

Comments
 (0)