Skip to content

Commit cc9e09f

Browse files
chenjiahanCopilot
andauthored
Update src/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 62e7b94 commit cc9e09f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function logHelpMessage(
105105
extraTools?: ExtraTool[],
106106
) {
107107
const extraToolNames = extraTools?.map((tool) => tool.value) ?? [];
108-
const toolsList = ['biome', 'eslint', 'prettier', ...extraToolNames].join(
108+
const toolsList = [...BUILTIN_TOOLS, ...extraToolNames].join(
109109
', ',
110110
);
111111

0 commit comments

Comments
 (0)