Overview of Nuxt ESLint packages
mainNuxt's ESLint ecosystem has been consolidated into a single monorepo (nuxt/eslint). The key packages are:
@nuxt/eslint: The primary, all-in-one ESLint module for Nuxt 3. It supports project-aware ESLint flat config.@nuxt/eslint-config: A customizable shared ESLint config for Nuxt 3. It supports both the new flat config format and the legacy format.@nuxt/eslint-plugin: Provides Nuxt-specific rules and configurations.
Note: There are also two packages maintained for Nuxt 2, which are currently in maintenance mode.