Next.js Discord

Discord Forum

Any info on upgrade/support eslint 9.0.0?

Answered
Greenland Dog posted this in #help-forum
Open in Discord
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/
View full answer

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?