Skip to content

Commit 50f26e2

Browse files
committed
refactor(@schematics/angular): allow passing aiconfig tool
With this change we can "smash enter through" the prompts again
1 parent eb42785 commit 50f26e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/ai-config/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"tool": {
1010
"type": "array",
1111
"uniqueItems": true,
12+
"minItems": 0,
1213
"default": "none",
1314
"x-prompt": "Which AI tools do you want to configure with Angular best practices? https://angular.dev/ai/develop-with-ai",
1415
"description": "Specifies which AI tools to generate configuration files for. These file are used to improve the outputs of AI tools by following the best practices.",

0 commit comments

Comments
 (0)