Bug Description
The repo does not have a committed ESLint configuration, so running npm run lint does not execute lint checks directly.
Instead, Next.js opens the interactive ESLint setup prompt, which makes lint unusable in CI and inconvenient for normal local verification.
Steps to Reproduce
- Clone the repo.
- Install dependencies with
npm install.
- Run
npm run lint.
- Observe that the command opens the interactive Next.js ESLint setup prompt instead of running lint checks normally.
Logs and Screenshots
Environment Details
No response
Impact
High - Major feature is broken
Code of Conduct
Bug Description
The repo does not have a committed ESLint configuration, so running
npm run lintdoes not execute lint checks directly.Instead, Next.js opens the interactive ESLint setup prompt, which makes lint unusable in CI and inconvenient for normal local verification.
Steps to Reproduce
npm install.npm run lint.Logs and Screenshots
Environment Details
No response
Impact
High - Major feature is broken
Code of Conduct