diff options
author | 2024-11-06 12:33:14 +0000 | |
---|---|---|
committer | 2024-11-06 12:33:14 +0000 | |
commit | ed5a9f1b755f9ae31735dacf75b970669c8c38c8 (patch) | |
tree | b539b47c4bbf6bfac981b5d65ff3a92c4339d09b /biome.jsonc | |
parent | 222f71894cc7118319ce83b3b29fa61a9dbebb75 (diff) | |
download | astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.tar.gz astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.tar.zst astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.zip |
chore: codspeed benchmark (#12347)
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, |