Skip to content

Commit d8405d7

Browse files
authored
Merge pull request #1083 from pre-commit/all-repos_autofix_update-biome-2-4-15
Remove redundant Biome pre-commit additional dependencies and update biome.json
2 parents 873f2b1 + b73acad commit d8405d7

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ repos:
4040
rev: v2.4.15
4141
hooks:
4242
- id: biome-check
43-
additional_dependencies: ["@biomejs/biome@1.8.1"]

biome.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
3-
"organizeImports": {
4-
"enabled": false
2+
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
3+
"assist": {
4+
"actions": {
5+
"source": {
6+
"organizeImports": "off"
7+
}
8+
}
59
},
610
"formatter": {
711
"indentStyle": "space",

0 commit comments

Comments
 (0)