From 16357e804145b7f96a2a53badb7dcb6c5453dafe Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 7 Nov 2025 20:58:17 -0500 Subject: [PATCH] chore: standardize prettier printWidth to 120 --- package.json | 2 +- packages/desktop/package.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index a5e1630f..41b74dae 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "license": "MIT", "prettier": { "semi": false, - "printWidth": 100 + "printWidth": 120 }, "trustedDependencies": [ "esbuild", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index eecac67e..e837c099 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -46,9 +46,5 @@ "solid-list": "catalog:", "tailwindcss": "catalog:", "virtua": "catalog:" - }, - "prettier": { - "semi": false, - "printWidth": 120 } }