- Configure ESLint 9 flat config with direct plugin imports
- Add TypeScript parser and plugins for proper code analysis
- Fix rushstack/eslint-patch compatibility issue
- Add global variables (React, console, process) for proper linting
- Resolve unused variable warning in middleware.ts
- Update rules: no-explicit-any as warning, support unused vars with underscore prefix
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Set up Next.js 15 with TypeScript, ESLint, and Tailwind CSS
- Add i18n support for Korean, English, and Japanese
- Implement language switcher and navigation components
- Update .gitignore to exclude node_modules, IDE files, and build artifacts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>