Any info on upgrade/support eslint 9.0.0?
Answered
Greenland Dog posted this in #help-forum
Greenland DogOP
Hi, is there any info or update regarding support for eslint latest stable?
Answered by averydelusionalperson
there is a migratioin guide in this page: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
10 Replies
there is a migratioin guide in this page: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
Answer
Greenland DogOP
awesome, thank you a lot @averydelusionalperson
Asian paper wasp
However, Next.js currently still specify ^8 in their package.json, so if you are using NPM, you will need to use --legacy-peer-deps.
Create next app uses 9 now
Asian paper wasp
It does??? Time to switch then
@linesofcode Create next app uses 9 now
I just tried it... It doesn't use v9 for me...
Are you sure you’re using the latest version of it?
@linesofcode Are you sure you’re using the latest version of it?
npx create-next-app@latestyeah looks like it's still v8 in CNA https://github.com/vercel/next.js/blob/f09650b7b449caf8b22f367511e197034b209185/packages/create-next-app/templates/index.ts#L221