Skip to content

Commit 550d583

Browse files
committed
setting: biome import order 설정
1 parent 19b599c commit 550d583

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

biome.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,26 @@
4141
"enabled": true,
4242
"actions": {
4343
"source": {
44-
"organizeImports": "on"
44+
"organizeImports": {
45+
"level": "on",
46+
"options": {
47+
"groups": [
48+
[
49+
":NODE:",
50+
":PACKAGE:"
51+
],
52+
":BLANK_LINE:",
53+
[
54+
"@*",
55+
"@*/**"
56+
],
57+
":BLANK_LINE:",
58+
"../**",
59+
":BLANK_LINE:",
60+
"./**"
61+
]
62+
}
63+
}
4564
}
4665
}
4766
}

0 commit comments

Comments
 (0)