ESLint v1.7.1 released

by Nicholas C. Zakas - 16 October 2015

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

Bug Fixes

  • Fix: id-match schema (fixes #4155) (Nicholas C. Zakas)
  • Fix: no-magic-numbers should ignore parseInt (fixes #4167) (Nicholas C. Zakas)
  • Fix: indent param function fix (fixes #4165, fixes #4164) (Gyandeep Singh)