lint-staged

🚫💩 — Run linters on git staged files

MIT License

Downloads
43M
Stars
12.9K
Committers
143

Bot releases are hidden (Show)

lint-staged - v3.4.2

Published by okonet over 7 years ago

<a name"3.4.2">

3.4.2 (2017-05-17)

Bug Fixes

  • Only pass gitDir for git specific executables (#162) (c7283b77, closes #158)
lint-staged - v3.4.1

Published by okonet over 7 years ago

<a name"3.4.1">

3.4.1 (2017-04-28)

Bug Fixes

  • package: update listr to version 0.12.0 (#155) (21df53ec, closes #142)
lint-staged - v3.4.0

Published by okonet over 7 years ago

<a name"3.4.0">

3.4.0 (2017-03-13)

Features

  • Display a message if there are no files that match a pattern. (#139) (b0204ee4, closes #135)
lint-staged - v3.3.2

Published by okonet over 7 years ago

<a name"3.3.2">

3.3.2 (2017-03-13)

Bug Fixes

  • Remove unnecessary which dependency and code block in findBin.js (3acd6c7b)
lint-staged - v3.3.1

Published by okonet over 7 years ago

<a name"3.3.1">

3.3.1 (2017-02-19)

Bug Fixes

  • concurrent: Wait for all tasks to finish before showing errors (5a44bea4, closes #86)
  • package: update listr to version 0.11.0 (3c75c16b)
lint-staged - v3.3.0

Published by okonet over 7 years ago

<a name"3.3.0">

3.3.0 (2017-01-30)

Bug Fixes

  • gitDir: Run npm run scripts in the current working directory instead of git directory. (9c45d8ee, closes #122)

Features

  • verbose: Add verbose option (9dae19f9)
lint-staged - v3.2.9

Published by okonet over 7 years ago

<a name"3.2.9">

3.2.9 (2017-01-30)

Bug Fixes

  • concurrent: Fix concurrent: false could not be set using config (22a1d774)
lint-staged - v3.2.8

Published by okonet over 7 years ago

<a name"3.2.8">

3.2.8 (2017-01-24)

Bug Fixes

  • windows: Do not reuse execa options object for runners since it breaks on Windows (#124) (be8aa3f0, closes #114)
lint-staged - v3.2.7

Published by okonet almost 8 years ago

<a name"3.2.7">

3.2.7 (2017-01-18)

Bug Fixes

  • Generate absolute paths for all paths relative to git root (#121) (41ae0cb3, closes #118, #120)
lint-staged - v3.2.6

Published by okonet almost 8 years ago

<a name"3.2.6">

3.2.6 (2017-01-09)

Bug Fixes

  • package: update execa to version 0.6.0 (#117) (6fd017bf)
lint-staged - v3.2.5

Published by okonet almost 8 years ago

<a name"3.2.5">

3.2.5 (2016-12-30)

Bug Fixes

  • resolvePaths: Use cwd-relative paths instead of absolute paths (#116) (968e0d8f, closes #115, #115)
lint-staged - v3.2.4

Published by okonet almost 8 years ago

<a name"3.2.4">

3.2.4 (2016-12-19)

Bug Fixes

  • When rejecting, use new Error and error.message respectively. (#113) (97ad4b46, closes #112)
lint-staged - v3.2.3

Published by okonet almost 8 years ago

<a name"3.2.3">

3.2.3 (2016-12-14)

Bug Fixes

  • Run commands in the context of gitDir if it is set (#110) (a74135d6, closes #109)
lint-staged - 3.2.2

Published by okonet almost 8 years ago

  • [fix]: Force colors only when running in TTY (#108)
  • [docs]: Added npm version badge
lint-staged - 3.2.1

Published by okonet almost 8 years ago

  • [fix]: Added { dot: true } to allow more complex globs with dots in path (#93)
  • [docs] Simpler pattern for matching js/jsx in the README.
  • [docs] Be more specific about where to put pre-commit in the installation instructions. (#87)
  • [chore]: Added commitizen conventional changelog (#92)
  • [chore] update eslint to version 3.9.1 (#88)
  • [chore]: update listr to version 0.7.0 (#85)
  • [chore]: Removed unused dev dependencies.
lint-staged - 3.2.0

Published by okonet about 8 years ago

  • [feature] Support rc files extensions (.json, .yml etc) as they aren't supported by default
lint-staged - 3.1.1

Published by okonet about 8 years ago

  • [fix] Properly resolve paths when the git directory differs from the current working directory. #78
  • [fix] Fixed TypeError: Path must be a string. Received undefined when gitDir isn't defined in the config.
lint-staged - 3.1.0

Published by okonet about 8 years ago

lint-staged - 3.0.3

Published by okonet about 8 years ago

lint-staged - 3.0.2

Published by okonet about 8 years ago

  • Removed unused dependecies