Upgrade prettier

This commit is contained in:
Stéphan Kochen
2023-10-29 13:39:57 +01:00
parent 10d226f780
commit a1ab08efae
8 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ export default class FetchOneCommand extends Command<CommandContext> {
async execute() {
const configuration = await Configuration.find(
this.context.cwd,
this.context.plugins
this.context.plugins,
);
const { project } = await Project.find(configuration, this.context.cwd);
const cache = await Cache.find(configuration);
@@ -42,7 +42,7 @@ export default class FetchOneCommand extends Command<CommandContext> {
fetcher,
report,
});
}
},
);
return report.exitCode();