From c0d3a30fddfed25d497ec2a75c4056034acfe924 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Fri, 3 Apr 2026 14:11:09 +0200 Subject: [PATCH] chore: linting --- quartz/cli/plugin-git-handlers.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/quartz/cli/plugin-git-handlers.js b/quartz/cli/plugin-git-handlers.js index f1a16f8..b391401 100644 --- a/quartz/cli/plugin-git-handlers.js +++ b/quartz/cli/plugin-git-handlers.js @@ -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 ' first."), + styleText( + "yellow", + "⚠ No quartz.lock.json found. Run 'npx quartz plugin add ' 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