Skip to content

Releases: yidingww/lint-diff-branch

v0.1.11

23 May 14:59
Compare
Choose a tag to compare

Changelog

  • Added shebang line #!/usr/bin/env node to make CLI js executable by npx directly

Full Changelog: v0.1.10...v0.1.11

v0.1.10

22 May 11:04
Compare
Choose a tag to compare

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)