Skip to content

Commit f48ab41

Browse files
committed
chore(inquirer): reorder format types base on popularity
1 parent 4ad7951 commit f48ab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inquirer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export async function collectAnswers(): Promise<InquirerConfigs> {
2323
name: "format",
2424
message: "What format do you want your configurations to be in?",
2525
choices: [
26-
{ name: "JavaScript", value: "js" },
2726
{ name: "JSON", value: "json" },
27+
{ name: "JavaScript", value: "js" },
2828
{ name: "YAML", value: "yml" },
2929
],
3030
},

0 commit comments

Comments
 (0)