Skip to content

Commit d5582eb

Browse files
authored
Update biome.json configuration
Removed the schema definition and added assist actions.
1 parent b454f3c commit d5582eb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/app/biome.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
32
"vcs": {
43
"enabled": false,
54
"clientKind": "git",
@@ -12,6 +11,13 @@
1211
"enabled": false,
1312
"indentStyle": "tab"
1413
},
14+
"assist": {
15+
"actions": {
16+
"source": {
17+
"organizeImports": "off"
18+
}
19+
}
20+
},
1521
"linter": {
1622
"enabled": false,
1723
"rules": {

0 commit comments

Comments
 (0)