Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a short documentation about how to extend Eslint config coming from
@nuxt/eslint
module here: https://eslint.nuxt.com/packages/module#config-customizationsHowever it only shows how to inline the customizations in the
eslint.config.mjs
file in current project.I would like to have a sharable eslint config for Nuxt projects, that I can reuse. The sharable eslint config would include appending plugins, renaming, overriding some rules etc.
I can do it with a specialized function, but I dont feel like it is the right way.
The function might look like this:
eslint-flat-config-utils
?Thank you for any ideas.
Beta Was this translation helpful? Give feedback.
All reactions