eslint-staged

1.0.1 • Public • Published

eslint-staged

A simple way to run eslint on staged changes.

npm install --save-dev eslint-staged

Pairs great with (husky)[npm.im/husky]. Install husky, and add a precommit script to your package.json:

{
  "scripts": {
    "precommit": "eslint-staged"
  }
}

This lets you make sure you always lint the changes you're actually committing, not just your working tree. Run it any time with npm run -s precommit.

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i eslint-staged

    Weekly Downloads

    203

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • nrn