Next.js ESLint Config

Alright this is probably a dumb one, but is anyone getting in-editor errors/warnings with the default Next.js ESLint config in VSCode/Cursor? Just noticed that I'm not getting either Weird considering that in a default Vite React project, the same code changes does show an error :thinkies:
No description
No description
2 Replies
Sid
Sid3w ago
Yes , I am getting this error on vite and next js both. but on build time. I guess there is a update in eslint where unused variables are not allowed
BLANK
BLANK3w ago
bruh , in your nextconfig just change the ignore ts errors during build else youll go mad

Did you find this page helpful?