yarn lint-staged 17.0.3
v17.0.3

4 hours ago

Patch Changes

  • #1782 06813f9 Thanks @iiroj! - Fix lint-staged behavior when implicitly committing files without using git add by either:
    • git commit -am "my commit message" where -a (--all) means to automatically stage all tracked modified and deleted files
    • git commit -m "my commit message" . where . is an example of a pathspec where matching files will be staged

Don't miss a new lint-staged release

NewReleases is sending notifications on new releases.