We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7fade commit 3ffcfc3Copy full SHA for 3ffcfc3
1 file changed
biome.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
"files": {
4
- "includes": ["**", "!**/*.json", "!coverage"],
+ "includes": ["**", "!**/*.json", "!coverage", "!dist"],
5
"ignoreUnknown": true
6
},
7
"formatter": {
0 commit comments