Skip to content

Commit 8e97de5

Browse files
committed
Update npm deps
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 329fcc7 commit 8e97de5

File tree

3 files changed

+1294
-1036
lines changed

3 files changed

+1294
-1036
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
33
"formatter": {
44
"enabled": true,
5+
"ignore": ["package.json"],
56
"indentStyle": "space"
67
},
78
"javascript": {
89
"formatter": {
910
"quoteStyle": "single",
1011
"semicolons": "asNeeded",
11-
"trailingComma": "none"
12+
"trailingCommas": "none"
1213
}
1314
},
1415
"linter": {

0 commit comments

Comments
 (0)