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
10
biome.json
10
biome.json
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue