CLI to build and develop Next.js apps for Cloudflare Pages
### Description Next JS 15 now supports ESLint 9 [https://nextjs.org/blog/next-15#eslint-9-support](https://nextjs.org/blog/next-15#eslint-9-support) however the eslint-next-on-pages package limits eslint to versions prior to 9. ``` "peerDependencies": { "eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } ``` in [next-on-pages/packages/eslint-plugin-next-on-pages](https://github.com/cloudflare/next-on-pages/blob/main/packages/eslint-plugin-next-on-pages/package.json) In #755 it was stated that nothing in the package itself would prevent using eslint 9. Would it be possible to update the package to support eslint 9? ### Additional Information _No response_ ### Would you like to help? - [ ] Would you like to help implement this feature?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by rubenmamo and has received 1 comments.