Add eslint@^8 to root package.json devDependencies to ensure npm uses eslint 8.x instead of 9.x. The core package requires eslint@^8, but @typescript-eslint/parser@8.x allows either eslint 8 or 9. Without an explicit constraint, npm install was choosing eslint 9, causing the lock file to be out of sync with core's requirements and breaking CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1.2 KiB
1.2 KiB