Skip to content

Working alongside with nuxt eslint #9836

Answered by Sysix
joaopedrodcf asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on what withNuxt is returning you can try:

export default [
  withNuxt(),
  ...oxlint.configs["flat/recommended"]
]

or ...withNuxt() when its returning multiple Eslint Flat Configs.
I did not test this. If this still does not solve your problem, try to create a minimal repo where I can try it :)
You can double check with eslint config-inspector: https://github.com/eslint/config-inspector if the rules are deactivated.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@joaopedrodcf
Comment options

Answer selected by joaopedrodcf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants