Skip to content

feat: Biome設定の改善とフォーマット統一#62

Merged
gn-t-k merged 5 commits intomainfrom
feature/biome-configuration-improvements
Jul 5, 2025
Merged

feat: Biome設定の改善とフォーマット統一#62
gn-t-k merged 5 commits intomainfrom
feature/biome-configuration-improvements

Conversation

@gn-t-k
Copy link
Owner

@gn-t-k gn-t-k commented Jul 5, 2025

概要

Biome設定を改善し、プロジェクト全体でフォーマットを統一。
アプリ固有の設定ファイルを追加し、VSCode設定も更新。

この変更による影響

開発者がコードを編集する際に、統一されたフォーマットが自動適用される。
JSON/JSONCファイルもBiomeによる自動フォーマットが適用される。

CIでチェックできなかった項目

  • VSCodeでの自動フォーマット動作確認
  • 各アプリケーションでのBiome設定の適用確認
  • 既存コードのフォーマット統一性確認

補足

ESLintからBiomeへの移行を完了し、タブインデントで統一。
アプリ固有の設定により、各アプリケーションの要件に応じた設定が可能。

- biome.jsonc: インデントスタイルをタブに統一
- apps/web/biome.jsonc: アプリ固有のBiome設定を追加
- apps/web/package.json: @biomejs/biome依存関係を追加
- apps/web/src/app/page.tsx: Biomeフォーマットを適用
- .vscode/settings.json: JSON/JSONC用Biome設定を追加
- pnpm-lock.yaml: 依存関係を更新

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
gn-t-k and others added 3 commits July 5, 2025 10:54
- .vscode/settings.json: JSONとJSONCの設定を分離
- biome.jsonc: 不要なJSON設定を削除

保存時フォーマットとCLIフォーマットの一貫性を実現

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
apps/web/biome.jsonc の配列を短縮表記に統一し、
CLI実行時とVSCode保存時のフォーマットを一致させる

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@gn-t-k gn-t-k enabled auto-merge July 5, 2025 02:03
@gn-t-k gn-t-k merged commit 7a94b0e into main Jul 5, 2025
4 checks passed
@gn-t-k gn-t-k deleted the feature/biome-configuration-improvements branch July 5, 2025 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant