Skip to content

Commit 3693ee1

Browse files
Update Biome line width to 80
Amp-Thread-ID: https://ampcode.com/threads/T-c55233e2-655b-42e7-8d46-5928808191b7 Co-authored-by: Amp <[email protected]>
1 parent 0e07815 commit 3693ee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/biome-config-godaddy/biome-ts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"indentStyle": "space",
66
"indentWidth": 2,
77
"lineEnding": "lf",
8-
"lineWidth": 130
8+
"lineWidth": 80
99
},
1010
"linter": {
1111
"rules": {
@@ -253,7 +253,7 @@
253253
"indentStyle": "space",
254254
"indentWidth": 2,
255255
"lineEnding": "lf",
256-
"lineWidth": 130,
256+
"lineWidth": 80,
257257
"trailingCommas": "none",
258258
"bracketSpacing": true,
259259
"expand": "auto"

packages/biome-config-godaddy/biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"indentStyle": "space",
66
"indentWidth": 2,
77
"lineEnding": "lf",
8-
"lineWidth": 130
8+
"lineWidth": 80
99
},
1010
"linter": {
1111
"enabled": true,
@@ -254,7 +254,7 @@
254254
"indentStyle": "space",
255255
"indentWidth": 2,
256256
"lineEnding": "lf",
257-
"lineWidth": 130,
257+
"lineWidth": 80,
258258
"trailingCommas": "none",
259259
"bracketSpacing": true,
260260
"expand": "auto"

0 commit comments

Comments
 (0)