fix: add dist folder to ignore list in biome configuration
This commit is contained in:
parent
b9ce518191
commit
43306fbb6d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"ignoreUnknown": true,
|
"ignoreUnknown": true,
|
||||||
"ignore": []
|
"ignore": ["dist/**"]
|
||||||
},
|
},
|
||||||
"formatter": {
|
"formatter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue