Skip to content

Commit 3ffcfc3

Browse files
authored
build: ignore dist when linting and formating (#550)
1 parent bb7fade commit 3ffcfc3

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)