Skip to content

Commit

Permalink
chore: upgrade biome/esbuild/typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Jun 12, 2024
1 parent 9cc666e commit db92da2
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 138 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -12,7 +12,7 @@
"javascript": {
"formatter": {
"enabled": true,
"trailingComma": "es5",
"trailingCommas": "es5",
"quoteStyle": "single"
}
},
Expand Down
Loading

0 comments on commit db92da2

Please sign in to comment.