Skip to content

jdanil/eslint-changeset

Repository files navigation

eslint-changeset ·

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.

About

Runs ESLint on changed files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published