chore: linting

This commit is contained in:
saberzero1
2026-04-03 14:11:09 +02:00
parent 2180e2e17b
commit c0d3a30fdd

View File

@@ -291,7 +291,10 @@ export async function handlePluginInstallUnified({
if (!fromConfig && !lockfile) {
console.log(
styleText("yellow", "⚠ No quartz.lock.json found. Run 'npx quartz plugin add <repo>' first."),
styleText(
"yellow",
"⚠ No quartz.lock.json found. Run 'npx quartz plugin add <repo>' first.",
),
)
return
}
@@ -652,7 +655,9 @@ export async function handlePluginInstallUnified({
console.log(styleText("gray", "Updated quartz.lock.json"))
} else if (failed > 0) {
console.log()
console.log(styleText("yellow", `⚠ Resolved ${installed.length} plugin(s), ${failed} failed`))
console.log(
styleText("yellow", `⚠ Resolved ${installed.length} plugin(s), ${failed} failed`),
)
}
return