Skip to content

Commit 459e12d

Browse files
committed
build: ignore dist when linting and formating
1 parent 951edf9 commit 459e12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"includes": ["**", "!**/*.json", "!coverage"],
4+
"includes": ["**", "!**/*.json", "!coverage", "!dist"],
55
"ignoreUnknown": true
66
},
77
"formatter": {

0 commit comments

Comments
 (0)