ESLint v1.7.2 released

by Nicholas C. Zakas - 19 October 2015

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

Bug Fixes

  • Fix: comma-dangle confused by parens (fixes #4195) (Nicholas C. Zakas)
  • Fix: no-mixed-spaces-and-tabs (fixes #4189, fixes #4190) (alberto)
  • Fix: no-extend-native disallow using Object.properties (fixes #4180) (Nathan Woltman)
  • Fix: no-magic-numbers should ignore Number.parseInt (fixes #4167) (Henry Zhu)