Skip to content

Releases: lint-staged/lint-staged

1.0.1

07 Jun 12:42
Compare
Choose a tag to compare
  • Fixed support of local npm scripts from package.json

1.0.0

07 Jun 10:33
Compare
Choose a tag to compare
  • Complete re-write using Node.js API to fix #5, #6, #7, #8
  • Switched to staged-git-files that supports git filter. Exclude deleted files. Closes #12

v0.2.2

02 May 09:16
Compare
Choose a tag to compare
  • Switch to bin/bash and fix file existncy check #9 @fubhy
  • Switch to $(npm bin) instead of hardcoding path #9 @fubhy
  • Updated flow installation instructions @okonet

v0.2.1

02 May 09:16
Compare
Choose a tag to compare

v0.2.0

02 May 09:16
Compare
Choose a tag to compare
  • Added more linters: flow, JSCS @okonet
  • Better console output when no binary is found @okonet
  • Better README @okonet

v0.1.1

02 May 09:17
Compare
Choose a tag to compare
  • Initial release