opennextjs / opennextjs-cloudflare

Open Next.js adapter for Cloudflare
https://opennext.js.org/cloudflare
MIT License
378 stars 8 forks source link

fix the wrong eslint version being used in examples/create-next-app #55

Closed dario-piotrowicz closed 1 month ago

dario-piotrowicz commented 1 month ago

it's quite minor, but we do get this eslint error when running the create-next-app example: Screenshot 2024-10-03 at 12 22 12

example in a gh run

I think this is caused by us using the wrong eslint version in the app, so that's what I am addressing in this PR