lint-staged

🚫💩 — Run linters on git staged files

MIT License

Downloads
43M
Stars
12.9K
Committers
143

Bot releases are hidden (Show)

lint-staged - 3.0.1

Published by okonet about 8 years ago

  • Switched to listr. Simplified code and more beautiful output.
  • Switched to execa. Should fix #30
  • Use ES2015. Dropped support for Node < 4.x
  • Support commands with arguments in the lint-staged config. Closes #47
  • Support binaries from $PATH. Closes #47
  • Removed --color option from runner. You should pass arguments yourself.
lint-staged - 2.0.3

Published by okonet about 8 years ago

  • Use cross-spawn to fix issues with Windows. Closes #30. (#34)
  • Updated dependencies
lint-staged - 2.0.2

Published by okonet over 8 years ago

  • Fixes an error when running a config with just one task (#28). #27 @Anber.
  • Beautiful string representation for multiple linters in case of error.
  • Added tests to getLintersAsString.
lint-staged - 2.0.1

Published by okonet over 8 years ago

  • When on of the sequential tasks fails, exit the process. Closes #26
lint-staged - 2.0.0

Published by okonet over 8 years ago

  • Support for sequences of commands. Needs config update! #25 @okonet
  • Allow adding files to the commit after running a task. #16 @okonet
lint-staged - 1.0.2

Published by okonet over 8 years ago

  • Fixed path resolution to the app root on Windows. #19 by
lint-staged - 1.0.1

Published by okonet over 8 years ago

  • Fixed support of local npm scripts from package.json
lint-staged - 1.0.0

Published by okonet over 8 years ago

  • 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
lint-staged -

Published by okonet over 8 years ago

  • Initial release
lint-staged -

Published by okonet over 8 years ago

  • Added more linters: flow, JSCS @okonet
  • Better console output when no binary is found @okonet
  • Better README @okonet
lint-staged -

Published by okonet over 8 years ago

  • Fixed path for flow binary #4 @nikgraf
lint-staged - v0.2.2

Published by okonet over 8 years ago

  • 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