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 47abf94 commit 5b75147Copy full SHA for 5b75147
.changeset/strong-poems-sing.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-t3-app": patch
3
4
+
5
+Fix log saying eslint is ran when prettier is ran
cli/src/helpers/format.ts
@@ -17,7 +17,7 @@ export const formatProject = async ({
17
eslint: boolean;
18
biome: boolean;
19
}) => {
20
- logger.info(`Formatting project with ${eslint ? "eslint" : "biome"}...`);
+ logger.info(`Formatting project with ${eslint ? "prettier" : "biome"}...`);
21
const spinner = ora("Running format command\n").start();
22
23
if (eslint) {
0 commit comments