Skip to content

Commit

Permalink
Update npm deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Dec 27, 2024
1 parent 329fcc7 commit 5e1261b
Show file tree
Hide file tree
Showing 3 changed files with 1,293 additions and 1,035 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"formatter": {
"enabled": true,
"ignore": ["package.json"],
"indentStyle": "space"
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"semicolons": "asNeeded",
"trailingComma": "none"
"trailingCommas": "none"
}
},
"linter": {
Expand Down
Loading

0 comments on commit 5e1261b

Please sign in to comment.