Next.js 15 introduced changes to ESLint configuration, which can cause issues with VS Code integration. To simplify the setup and ensure ESLint and Prettier work correctly, I created a CLI that automates everything.
🔗 NPM: https://www.npmjs.com/package/eslint-prettier-next-15 💻 GitHub: https://github.com/danielalves96/eslint-prettier-next-15
You can install and run it, and it will configure everything properly. Plus, you can customize the setup as needed. Hope this helps!