We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232de89 commit 6ef6218Copy full SHA for 6ef6218
1 file changed
src/index.ts
@@ -147,9 +147,9 @@ async function getTools(
147
}
148
149
const options = [
150
- { value: 'biome', label: 'Add Biome for code linting and formatting' },
151
- { value: 'eslint', label: 'Add ESLint for code linting' },
152
- { value: 'prettier', label: 'Add Prettier for code formatting' },
+ { value: 'biome', label: 'Biome (linting & formatting)' },
+ { value: 'eslint', label: 'ESLint (linting)' },
+ { value: 'prettier', label: 'Prettier (formatting)' },
153
];
154
155
if (extraTools) {
0 commit comments