fix: add dist folder to ignore list in biome configuration

This commit is contained in:
Seth 2025-05-16 00:23:51 -04:00
parent b9ce518191
commit 43306fbb6d

View file

@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": true,
"ignore": []
"ignore": ["dist/**"]
},
"formatter": {
"enabled": true,