Skip to content

Commit 7da30a7

Browse files
authored
chore(biome): Ignore SvelteKit and NextJS build output directories (#10344)
1 parent 8e21feb commit 7da30a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

biome.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
"dev-packages/browser-integration-tests/loader-suites/**/*.js",
4949
"dev-packages/browser-integration-tests/suites/stacktraces/**/*.js",
5050
"**/fixtures/*/*.json",
51-
"**/*.min.js"
51+
"**/*.min.js",
52+
".next/**",
53+
".svelte-kit/**"
5254
]
5355
},
5456
"javascript": {

0 commit comments

Comments
 (0)