ESLint 0.14.1 released

by Nicholas C. Zakas - 8 February 2015

We just pushed ESLint 0.14.1, which is a patch update to fix bugs discovered in 0.14.0.

Bug Fixes

  • Fix: Exit code should be 1 for any number of errors (fixes #1795) (Nicholas C. Zakas)
  • Fix: Check indentation of first line (fixes #1796) (Nicholas C. Zakas)
  • Fix: strict rules shouldn't throw on arrow functions (fixes #1789) (Nicholas C. Zakas)