chore: format workspace

This commit is contained in:
PalmDevs
2024-06-22 22:09:43 +07:00
parent fc7be22c6c
commit 348a18a401
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"organizeImports": {
"enabled": true
},
@@ -38,6 +38,7 @@
"javascript": {
"formatter": {
"enabled": true,
"lineEnding": "crlf",
"arrowParentheses": "asNeeded",
"indentStyle": "space",
"indentWidth": 4,
@@ -45,7 +46,7 @@
"quoteProperties": "asNeeded",
"quoteStyle": "single",
"semicolons": "asNeeded",
"trailingComma": "all"
"trailingCommas": "all"
}
},
"files": {