Skip to content

ESLint を flat config (eslint.config.mjs) に移行#31

Merged
angurodon merged 1 commit into
developfrom
feature/eslint-cli-migration
May 6, 2026
Merged

ESLint を flat config (eslint.config.mjs) に移行#31
angurodon merged 1 commit into
developfrom
feature/eslint-cli-migration

Conversation

@angurodon

Copy link
Copy Markdown
Owner
  • next lint deprecation 対応(Next.js 16 で削除予定)
  • .eslintrc.json (legacy) を削除し eslint.config.mjs (flat config) を導入
  • eslint-config-next は legacy 形式のため FlatCompat 経由で読み込む
  • package.json: lint スクリプトを "next lint" → "eslint ." に変更
  • @eslint/eslintrc を devDependencies に明示追加

- next lint deprecation 対応(Next.js 16 で削除予定)
- .eslintrc.json (legacy) を削除し eslint.config.mjs (flat config) を導入
- eslint-config-next は legacy 形式のため FlatCompat 経由で読み込む
- package.json: lint スクリプトを "next lint" → "eslint ." に変更
- @eslint/eslintrc を devDependencies に明示追加

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@angurodon
angurodon merged commit 722d575 into develop May 6, 2026
1 check passed
@angurodon
angurodon deleted the feature/eslint-cli-migration branch May 6, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants