We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13a99f commit ac79860Copy full SHA for ac79860
internal/site/biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
3
"vcs": {
4
"enabled": true,
5
"clientKind": "git",
@@ -12,7 +12,7 @@
12
"lineWidth": 120,
13
"formatWithErrors": true
14
},
15
- "assist": { "actions": { "source": { "organizeImports": "on" } } },
+ "assist": { "actions": { "source": { "organizeImports": "off" } } },
16
"linter": {
17
18
"rules": {
0 commit comments