mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-05-05 13:02:42 +02:00
chore: update biome.json to refine file includes and enhance JavaScript and JSON formatting options
This commit is contained in:
14
biome.json
14
biome.json
@@ -6,7 +6,7 @@
|
||||
"useIgnoreFile": true
|
||||
},
|
||||
"files": {
|
||||
"includes": ["src/**", "!vendor"]
|
||||
"includes": ["./**", "convex/**", "src/**", "!vendor", "!convex/_generated"]
|
||||
},
|
||||
"css": {
|
||||
"parser": {
|
||||
@@ -28,7 +28,12 @@
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"quoteStyle": "double"
|
||||
"quoteStyle": "double",
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 2,
|
||||
"quoteProperties": "asNeeded",
|
||||
"semicolons": "always",
|
||||
"trailingCommas": "all"
|
||||
}
|
||||
},
|
||||
"assist": {
|
||||
@@ -38,5 +43,10 @@
|
||||
"organizeImports": "on"
|
||||
}
|
||||
}
|
||||
},
|
||||
"json": {
|
||||
"formatter": {
|
||||
"trailingCommas": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user