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 2b49da3 commit 84a5fcbCopy full SHA for 84a5fcb
src/execute/run-prettier.ts
@@ -8,7 +8,7 @@ export async function runPrettier(
8
project: Project,
9
): Promise<void> {
10
const repositoryPath = getTargetRepositoryPath(project);
11
- const glob = project ?? ["."];
+ const glob = project.glob ?? ["."];
12
13
const prettierRepositoryBinPath = path.join(
14
prettierRepositoryPath,
0 commit comments