Replies: 2 comments
-
I believe the eslint docs are here, assuming they translate to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not gonna lie, the documentation of this module is quite confusing. The 'manual' setup has an eslint object in the nuxt config and an eslint config file. Are you supposed to copy all of your options across both? Because that seems redundant. A working example of this setup would be great because it is quite different to the way things used to work in Nuxt 2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought I'd give some feedback that might help others in your docs. This is the first I've heard of this new upcoming flat eslint config. One thing I can't work out when I look to migrate my existing .eslintrc.cjs file is how to utilise plugins and "extends".
e.g
An example showing a popular plugin e.g Drizzle, and where to put the
plugin:drizzle/recommended
within thewithNuxt
object would be very helpful.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions