We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad7951 commit f48ab41Copy full SHA for f48ab41
src/inquirer.ts
@@ -23,8 +23,8 @@ export async function collectAnswers(): Promise<InquirerConfigs> {
23
name: "format",
24
message: "What format do you want your configurations to be in?",
25
choices: [
26
- { name: "JavaScript", value: "js" },
27
{ name: "JSON", value: "json" },
+ { name: "JavaScript", value: "js" },
28
{ name: "YAML", value: "yml" },
29
],
30
},
0 commit comments