nuxt / eslint

Collection of ESLint-related packages for Nuxt
https://eslint.nuxt.com
MIT License
539 stars 65 forks source link

docs(module): explain how to disable configuration file generation #429

Closed dargmuesli closed 4 months ago

dargmuesli commented 4 months ago

Resolves https://github.com/nuxt/eslint/issues/427

antfu commented 4 months ago

Btw I wonder what's the case that this autoInit failed to work for you?

dargmuesli commented 4 months ago

It worked for me, I just didn't find it in the documentation.

dargmuesli commented 4 months ago

I moved my eslint.config.js to .config/eslint.js and use that as in eslint --cache --config .config/eslint.js. Is there another way to set the configuration so that this module detects the different path too?

antfu commented 4 months ago

Oh interesting. I think we could also check that file as well for the feature