Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 880be0b

Browse files
committed
fix: standardize formatting of ignore patterns in biome configuration
1 parent 7537818 commit 880be0b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

packages/biome-config/biome.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,25 @@
7373
"**/.vitepress/cache/**",
7474
"**/.vitepress/dist/**",
7575
"**/.astro/**",
76-
"**/.next/**",
77-
"**/.vercel/**",
78-
"**/.netlify/**",
79-
"**/.output/**",
80-
"**/.svelte-kit/**",
81-
"**/.angular/**",
82-
"**/.cache/**",
83-
"**/.eslintcache/**",
84-
"**/.parcel-cache/**",
85-
"**/.bun-install/**",
86-
"**/.firebase/**",
87-
"**/.firebaserc",
88-
"**/.temp/**",
76+
"**/.next/**",
77+
"**/.vercel/**",
78+
"**/.netlify/**",
79+
"**/.output/**",
80+
"**/.svelte-kit/**",
81+
"**/.angular/**",
82+
"**/.cache/**",
83+
"**/.eslintcache/**",
84+
"**/.parcel-cache/**",
85+
"**/.bun-install/**",
86+
"**/.firebase/**",
87+
"**/.firebaserc",
88+
"**/.temp/**",
8989
"**/.tmp/**",
9090
"**/tmp/**",
91-
"**/logs/**",
91+
"**/logs/**",
9292
"**/*.log",
93-
"**/*.bench.ts",
94-
"**/*.test.ts",
93+
"**/*.bench.ts",
94+
"**/*.test.ts",
9595
"**/*.test.js",
9696
"**/*.spec.ts",
9797
"**/*.spec.js"

0 commit comments

Comments
 (0)