0.1.5 • Published 3 years ago

eslint-changeset v0.1.5

Weekly downloads
1,130
License
MIT
Repository
github
Last release
3 years ago

eslint-changeset · npm.io

Runs ESLint on changed files.

Why

Linting an entire project can be slow and some of the results may not be relevant. Oftentimes, we only care about linting the files that have changed.

This project contains a script that will run ESLint on a list of changed files.

Usage

npm

npx eslint-changeset

pnpm

pnpx libyear

yarn@1 (yarn classic)

yarn add --dev eslint-changeset
yarn eslint-changeset

yarn@2 (yarn berry)

yarn dlx eslint-changeset

CLI

--branch=<branch>

Accepts a git branch. Default master.

Compare changes with the specified branch.

--fix

Accepts a boolean.

Automatically fix problems.

--since=<ref>

Accepts a git ref.

Compare changes since the specified reference.

0.1.5

3 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago