Skip to content

Commit 4543632

Browse files
gn-t-kclaude
andcommitted
fix: Biome設定ファイルの配列フォーマットを統一
apps/web/biome.jsonc の配列を短縮表記に統一し、 CLI実行時とVSCode保存時のフォーマットを一致させる 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 29116d3 commit 4543632

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/web/biome.jsonc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3-
"extends": [
4-
"../../biome.jsonc"
5-
]
3+
"extends": ["../../biome.jsonc"]
64
}

0 commit comments

Comments
 (0)