Skip to content

Commit 3c1db20

Browse files
committed
chore: restore biome config from rust-cli template
1 parent a7ce016 commit 3c1db20

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

biome.jsonc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -42,10 +42,7 @@
4242
"groups": [
4343
{ "type": false, "source": [":BUN:", ":NODE:"] },
4444
":BLANK_LINE:",
45-
{
46-
"type": false,
47-
"source": [":PACKAGE:", ":PACKAGE_WITH_PROTOCOL:"]
48-
},
45+
{ "type": false, "source": [":PACKAGE:", ":PACKAGE_WITH_PROTOCOL:"] },
4946
":BLANK_LINE:",
5047
{ "type": false, "source": ["**"] },
5148
":BLANK_LINE:",

0 commit comments

Comments
 (0)