diff options
| author | 2026-03-26 09:01:31 +0800 | |
|---|---|---|
| committer | 2026-03-26 09:01:31 +0800 | |
| commit | 3a31d3004b2814cd8a26d49a0f8a96636411dcd2 (patch) | |
| tree | e86c8d46e73262c67c1755aaf4202cbcd1f8f844 /packages/docs/biome.json | |
| parent | 1aeb0d1f5cf6c5c2492e749e3c25c3649b591c59 (diff) | |
| parent | 7d0e92e6d3b172adfe552ffae9b97f8dad6f63ae (diff) | |
| download | DropOut-3a31d3004b2814cd8a26d49a0f8a96636411dcd2.tar.gz DropOut-3a31d3004b2814cd8a26d49a0f8a96636411dcd2.zip | |
Merge branch 'main' into feature/multi-instances
Diffstat (limited to 'packages/docs/biome.json')
| -rw-r--r-- | packages/docs/biome.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/docs/biome.json b/packages/docs/biome.json index a637e58..ea55c8c 100644 --- a/packages/docs/biome.json +++ b/packages/docs/biome.json @@ -1,5 +1,6 @@ { - "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", + "root": false, + "$schema": "https://biomejs.dev/schemas/2.4.5/schema.json", "vcs": { "enabled": true, "clientKind": "git", @@ -7,11 +8,7 @@ }, "files": { "ignoreUnknown": true, - "includes": [ - "**", - "!node_modules", - "!.source" - ] + "includes": ["**", "!node_modules", "!.source"] }, "formatter": { "enabled": true, |