chore: try to make biome ignore vendors/

This commit is contained in:
Yohan Boniface 2024-12-16 17:04:30 +01:00
parent fe06a0ff8e
commit 218b46c3b8

View file

@ -1,4 +1,12 @@
{
"files": {
"include": [
"umap/static/umap/js/**"
],
"ignore": [
"umap/static/umap/vendors/**"
]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
@ -23,7 +31,7 @@
},
"javascript": {
"formatter": {
"arrowParentheses":"always",
"arrowParentheses": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"jsxQuoteStyle": "double",