@tada5hi/eslint-config-nuxt

1.2.7 • Public • Published

@tada5hi/eslint-config-nuxt 📚

This package provides ESLint rules for JavaScript, including Nuxt.js & ECMAScript 6+.

Table of Contents

Installation

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

Usage

To use this package ESLint needs to be configured properly.

Basic

Add the following line to the ESLint config file:

extends: [
+ '@tada5hi/eslint-config-nuxt'
]

Run

Open a terminal to the root of your project, and run the following command:

eslint --ext .js,.vue

License

Made with 💚

Published under MIT License.

/@tada5hi/eslint-config-nuxt/

    Package Sidebar

    Install

    npm i @tada5hi/eslint-config-nuxt

    Weekly Downloads

    2

    Version

    1.2.7

    License

    MIT

    Unpacked Size

    7.77 kB

    Total Files

    5

    Last publish

    Collaborators

    • tada5hi