chore: try to make biome ignore vendors/ (#2368)

Seems to be working today, no damn idea why it is and it was not before.
This commit is contained in:
Yohan Boniface 2024-12-17 18:15:48 +01:00 committed by GitHub
commit de9b686584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,12 @@
{
"files": {
"include": [
"umap/static/umap/js/**"
],
"ignore": [
"umap/static/umap/vendors/**"
]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,