Releases: yidingww/lint-diff-branch
Releases · yidingww/lint-diff-branch
v0.1.11
v0.1.10
Meet the new tiny CLI too lint-diff-branch
.
Run lint-diff-branch
and pass a branch name (default to master or main). Then it will list all the changed files against the target branch and run eslint on them. You can provide a --fix
to ask eslint fix issues automatically along the way
Run with --disablePrompt
to prevent the CLI prompting user's confirmation on running the lint. (Suitable for creating eslint CI)