Skip to content

Commit ac79860

Browse files
committed
dev: update biome schema and disable assist/source/organizeImports
1 parent e13a99f commit ac79860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/site/biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -12,7 +12,7 @@
1212
"lineWidth": 120,
1313
"formatWithErrors": true
1414
},
15-
"assist": { "actions": { "source": { "organizeImports": "on" } } },
15+
"assist": { "actions": { "source": { "organizeImports": "off" } } },
1616
"linter": {
1717
"enabled": true,
1818
"rules": {

0 commit comments

Comments
 (0)