Skip to content

v1.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 07:35
· 66 commits to master since this release
v1.7.3
3df0ede

Changelog

New

Add support for file list in the exclude option.

pre-commit:
  commands:
    lint:
      run: yarn lint {staged_files}
      exclude:
        - vendor/some-file.js
        - package.json