Skip to content

Commit 5640e40

Browse files
committed
fix: biome config
1 parent 9073434 commit 5640e40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"root": false,
2+
"root": true,
33
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
4-
"assist": { "actions": { "source": { "organizeImports": "on" } } },
4+
"assist": { "actions": { "source": { "organizeImports": "off" } } },
55
"formatter": {
66
"enabled": false,
77
"lineWidth": 100,

packages/pranx/biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"root": false,
2+
"root": true,
33
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
4-
"assist": { "actions": { "source": { "organizeImports": "on" } } },
4+
"assist": { "actions": { "source": { "organizeImports": "off" } } },
55
"formatter": {
66
"enabled": false,
77
"lineWidth": 100,

0 commit comments

Comments
 (0)