Skip to content

Commit cc331e0

Browse files
committed
Fix nested Biome config error in CI
Add root property to prevent parent config conflicts when running in nested directory structures.
1 parent ee57f14 commit cc331e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
3+
"root": true,
34
"files": {
45
"includes": [
56
"**",

0 commit comments

Comments
 (0)