Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 11:24
· 214 commits to main since this release

🚀 Notable Changes

💡 Expect an introduction blog post to explain in more detail very soon!

With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)

New docs: https://eslint.nuxt.com/

Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.


    Features

    Bug Fixes

    Performance

  • eslint-config: Move some configs to async chunk  -  by @antfu (ebc27)
    View changes on GitHub