ESLint v1.4.1 released

by Nicholas C. Zakas - 11 September 2015

We just pushed ESLint v1.4.1, which is a patch release upgrade of ESLint. This release and fixes several bugs found in the previous release.

Bug Fixes

  • Fix: CLIEngine default cache parameter name (fixes #3755) (Daniel G. Taylor)
  • Fix: Glob pattern from .eslintignore not applied (fixes #3750) (Burak Yigit Kaya)
  • Fix: Skip JSDoc from NewExpression (fixes #3744) (Nicholas C. Zakas)

Documentation

  • Docs: Shorten and simplify autocomment for new issues (Nicholas C. Zakas)