chore: linting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user