chore: linting

This commit is contained in:
saberzero1
2026-03-16 22:55:39 +01:00
parent 7e28a970e7
commit f7f33444ca

View File

@@ -256,10 +256,7 @@ export async function handlePluginInstall() {
if (!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
}