We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb1a15 commit 280f599Copy full SHA for 280f599
.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
41
hooks:
42
- id: biome-check
43
additional_dependencies:
44
- - '@biomejs/biome@1.8.2'
+ - '@biomejs/biome@1.9.4'
45
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
rev: v0.7.4
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
+ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3
"organizeImports": {
4
"enabled": true
5
},
@@ -10,7 +10,6 @@
10
}
11
12
"formatter": {
13
- "indentWidth": 2,
14
- "indentStyle": "space"
+ "useEditorconfig": true
15
16
0 commit comments