How to properly setup ESLint v9 with Next and Mantine configs? #7251
Unanswered
joepetrillo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Next now supports ESLint v9, but I am not sure how to use the
eslint-config-next
alongsideeslint-config-mantine
, any ideas?Currently have this in my config file, but get a NextJS warning every time I run the lint command.
"The Next.js plugin was not detected in your ESLint configuration."
Beta Was this translation helpful? Give feedback.
All reactions