From 3693ee1ef5ff9bc502ae8626a82663825f3e5e2f Mon Sep 17 00:00:00 2001 From: Wes Cole Date: Thu, 30 Oct 2025 12:02:12 -0400 Subject: [PATCH] Update Biome line width to 80 Amp-Thread-ID: https://ampcode.com/threads/T-c55233e2-655b-42e7-8d46-5928808191b7 Co-authored-by: Amp --- packages/biome-config-godaddy/biome-ts.json | 4 ++-- packages/biome-config-godaddy/biome.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/biome-config-godaddy/biome-ts.json b/packages/biome-config-godaddy/biome-ts.json index cc4d4f6a..279a8524 100644 --- a/packages/biome-config-godaddy/biome-ts.json +++ b/packages/biome-config-godaddy/biome-ts.json @@ -5,7 +5,7 @@ "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", - "lineWidth": 130 + "lineWidth": 80 }, "linter": { "rules": { @@ -253,7 +253,7 @@ "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", - "lineWidth": 130, + "lineWidth": 80, "trailingCommas": "none", "bracketSpacing": true, "expand": "auto" diff --git a/packages/biome-config-godaddy/biome.json b/packages/biome-config-godaddy/biome.json index a5272625..33135796 100644 --- a/packages/biome-config-godaddy/biome.json +++ b/packages/biome-config-godaddy/biome.json @@ -5,7 +5,7 @@ "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", - "lineWidth": 130 + "lineWidth": 80 }, "linter": { "enabled": true, @@ -254,7 +254,7 @@ "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", - "lineWidth": 130, + "lineWidth": 80, "trailingCommas": "none", "bracketSpacing": true, "expand": "auto"