diff options
Diffstat (limited to '')
-rw-r--r-- | biome.jsonc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/biome.jsonc b/biome.jsonc index 227f37a08..173074553 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -9,20 +9,16 @@ "**/_temp-fixtures/**", "**/vendor/**", "**/.vercel/**", + "benchmark/projects/", + "benchmark/results/", ], - "include": ["test/**", "e2e/**", "packages/**", "/scripts/**"], + "include": ["test/**", "e2e/**", "packages/**", "/scripts/**", "benchmark/bench"], }, "formatter": { "indentStyle": "tab", "indentWidth": 2, "lineWidth": 100, - "ignore": [ - "benchmark/projects/", - "benchmark/results/", - ".changeset", - "pnpm-lock.yaml", - "*.astro", - ], + "ignore": [".changeset", "pnpm-lock.yaml", "*.astro"], }, "organizeImports": { "enabled": true, |