From 52e4257bda8394da7368e8b2a42c7d588bacef7a Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Fri, 3 Apr 2026 14:20:25 +0200 Subject: [PATCH] chore: linting --- quartz/cli/plugin-git-handlers.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/quartz/cli/plugin-git-handlers.js b/quartz/cli/plugin-git-handlers.js index b391401..f1a16f8 100644 --- a/quartz/cli/plugin-git-handlers.js +++ b/quartz/cli/plugin-git-handlers.js @@ -291,10 +291,7 @@ 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 } @@ -655,9 +652,7 @@ 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