Conversation
ESLint/Prettierの代替として、より高速なBiomeを導入。 フォーマット、リント、インポート整理機能を統合し、開発効率を向上。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
209a579 to
6a92e62
Compare
開発環境でのコード品質ツールをBiomeに統一するため、 VSCodeの設定を更新。フォーマッターとコードアクションを ESLintからBiomeに変更し、Biome拡張機能を推奨に追加。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
コード品質ツールをBiomeに統一するため、全パッケージから ESLint関連の依存関係を削除し、lintスクリプトをBiomeに変更。 @praha/eslint-config-*パッケージとeslint-plugin-storybookを削除。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Biome移行に伴い、不要になったESLint関連ファイルを削除。 - eslint.config.mjsファイル(アプリ・設定パッケージ) - src/eslintディレクトリとdist/eslintディレクトリ - package.jsonのeslint exportsエントリ 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
適切なファイル除外パターンを追加し、Turbo lintが正常に動作することを確認。 .next、dist、node_modulesディレクトリを除外してBiome移行を完成。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
ESLint/Prettier設定からBiome設定への移行完了に伴い、 全ファイルにBiomeの統一フォーマットルールを適用。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
package.json更新後のpnpm installでESLint関連の 依存関係がlockfileから正しく削除されることを確認。 CI/CDエラー解消のための依存関係クリーンアップ。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
ESLint/Prettierの代替として、より高速なBiome v2.0.6を導入しました。フォーマット、リント、インポート整理機能を統合し、開発効率を向上させます。
この変更による影響
アプリケーションを利用するユーザーへの影響
パッケージを利用するアプリケーションへの影響
その他開発者などへの影響
CIでチェックできなかった項目
補足
🤖 Generated with Claude Code