aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/docs/biome.json')
-rw-r--r--packages/docs/biome.json9
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,