Skip to content

Commit ea6901c

Browse files
committed
chore: ensure organizeImports is disabled in biome.json
1 parent 03c6ffa commit ea6901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"assist": {
7878
"actions": {
7979
"source": {
80-
"organizeImports": "on"
80+
"organizeImports": "off"
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)