Commit Graph

3 Commits

Author SHA1 Message Date
byeongcheolryu
fdca24279a Fix ESLint 9 configuration and resolve compatibility issues
- 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>
2025-11-06 13:48:11 +09:00
byeongcheolryu
66a10935db Add Next.js project with internationalization support
- 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>
2025-11-06 13:33:00 +09:00
5deaac424b Initial commit 2025-11-05 16:59:24 +09:00