nuxt / eslint

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

docs: clarify when config will be generated #426

Closed meirroth closed 1 month ago

meirroth commented 1 month ago

This PR makes it clear that the eslint.config.mjs file will be generated only once app is started with nuxi prepare or nuxi dev, and not right away when you run npx nuxi module add eslint.

Resolves https://github.com/nuxt/eslint/issues/422#issuecomment-2102653538