Skip to content

Commit bb64b4e

Browse files
committed
feat: update biome import rule
Signed-off-by: Adam Setch <[email protected]>
1 parent 067fbda commit bb64b4e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

biome.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
"organizeImports": {
77
"level": "on",
88
"options": {
9-
"groups": [
10-
":NODE:",
11-
":BLANK_LINE:",
12-
":PACKAGE:",
13-
":BLANK_LINE:",
14-
"**"
15-
]
9+
"groups": [":PACKAGE:", ":BLANK_LINE:", "**"]
1610
}
1711
}
1812
}

0 commit comments

Comments
 (0)