Next.js Eslint #2560
Replies: 2 comments 11 replies
-
Yeah, I think we should do that, we are using nextjs for all our apps, so that makes sense. |
Beta Was this translation helpful? Give feedback.
-
I've actually started working on this a long time ago when it was in a beta phase. I will be happy to hand this PR over for someone to take over. One issue I encountered is that we have to somehow make this feature optional because not everything is Next.js. I remember that there were some rules/errors which didn't make any sense in a larger scope as we have the config now. I am pretty sure that was the reason why I didn't finish it yet. 🤔 Do you want to work on it? |
Beta Was this translation helpful? Give feedback.
-
Next.js v11 integrates Eslint:
https://nextjs.org/docs/basic-features/eslint
Should we include their rules?
https://nextjs.org/docs/basic-features/eslint#eslint-plugin
Beta Was this translation helpful? Give feedback.
All reactions