Eslint screenshot

Eslint

Author Avatar Theme by Nuxt
Updated: 20 May 2025
598 Stars

Collection of ESLint-related packages for Nuxt

Categories

Overview

The Nuxt ESLint is a collection of ESLint-related packages designed for Nuxt applications. It provides project-aware, easy-to-use, extensible, and future-proof integrations for ESLint. This collection includes packages such as @nuxt/eslint, @nuxt/eslint-config, and @nuxt/eslint-plugin. The project is licensed under the MIT License.

Features

  • @nuxt/eslint: Nuxt module generating project-aware ESLint config.
  • @nuxt/eslint-config: Static ESLint Config for Nuxt applications.
  • @nuxt/eslint-plugin: ESLint Plugin for enhanced linting capabilities.

Installation

To install the Nuxt ESLint packages, you can use npm or yarn. Here is an example using npm:

npm install @nuxt/eslint @nuxt/eslint-config @nuxt/eslint-plugin --save-dev

If you prefer yarn, you can use the following command:

yarn add @nuxt/eslint @nuxt/eslint-config @nuxt/eslint-plugin --dev

Make sure to refer to the documentation for more detailed installation instructions.

Summary

The Nuxt ESLint collection offers essential tools for managing ESLint configurations in Nuxt applications. With the provided packages, developers can ensure consistent code quality and adhere to best practices easily. The project’s MIT License allows for flexibility in usage and modification.