eslint-cli

1.1.1 • Public • Published

eslint-cli

npm version Downloads/month Dependency Status

The local eslint executor.

Installation

> npm install -g eslint-cli

Note:

  • The eslint module must not be installed into global.
  • This module must be installed into global.

Usage

First, please install the eslint module in local.

> npm install --save-dev eslint

Next, please do eslint.

> eslint lib

This command executes the global eslint-cli, then it finds and executes the local eslint.

That's all. Enjoy!

/eslint-cli/

    Package Sidebar

    Install

    npm i eslint-cli

    Weekly Downloads

    6,174

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • mysticatea