chore: linting

This commit is contained in:
saberzero1
2026-04-03 14:20:25 +02:00
parent 785ac92347
commit 52e4257bda

View File

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