From f7f33444caf1c222cfbf4227839b15ab4a088c25 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Mon, 16 Mar 2026 22:55:39 +0100 Subject: [PATCH] chore: linting --- quartz/cli/plugin-git-handlers.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/quartz/cli/plugin-git-handlers.js b/quartz/cli/plugin-git-handlers.js index 4800461bf..23b837377 100644 --- a/quartz/cli/plugin-git-handlers.js +++ b/quartz/cli/plugin-git-handlers.js @@ -256,10 +256,7 @@ export async function handlePluginInstall() { if (!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 }