Skip to content

Commit 280f599

Browse files
authored
chore: update biome version
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent bcb1a15 commit 280f599

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: biome-check
4343
additional_dependencies:
44-
- '@biomejs/biome@1.8.2'
44+
- '@biomejs/biome@1.9.4'
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
4747
rev: v0.7.4

biome.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
33
"organizeImports": {
44
"enabled": true
55
},
@@ -10,7 +10,6 @@
1010
}
1111
},
1212
"formatter": {
13-
"indentWidth": 2,
14-
"indentStyle": "space"
13+
"useEditorconfig": true
1514
}
1615
}

0 commit comments

Comments
 (0)