Skip to content

Commit

Permalink
chore: update biome version
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis authored Nov 22, 2024
1 parent bcb1a15 commit 280f599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: biome-check
additional_dependencies:
- '@biomejs/biome@1.8.2'
- '@biomejs/biome@1.9.4'

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
Expand Down
5 changes: 2 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -10,7 +10,6 @@
}
},
"formatter": {
"indentWidth": 2,
"indentStyle": "space"
"useEditorconfig": true
}
}

0 comments on commit 280f599

Please sign in to comment.