mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: try to make biome ignore vendors/
This commit is contained in:
parent
fe06a0ff8e
commit
218b46c3b8
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": {
|
"formatter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"formatWithErrors": false,
|
"formatWithErrors": false,
|
||||||
|
|
Loading…
Reference in a new issue