mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
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:
commit
de9b686584
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"files": {
|
||||
"include": [
|
||||
"umap/static/umap/js/**"
|
||||
],
|
||||
"ignore": [
|
||||
"umap/static/umap/vendors/**"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"formatWithErrors": false,
|
||||
|
|
Loading…
Reference in a new issue