ESLint 0.16.2 released

by Nicholas C. Zakas - 10 March 2015

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

Bug Fixes

  • Fix: Don't warn about parens around yield (fixes #1981) (Nicholas C. Zakas)
  • Fix: Ensure globalReturn isn't on when node:false (fixes #1995) (Nicholas C. Zakas)
  • Fix: Global block-scope-var check should work (fixes #1980) (Nicholas C. Zakas)

Dependency Upgrades

  • Downgrade: escope pegged to 2.0.6 (refs #2001) (Nicholas C. Zakas)
  • Upgrade: escope to 2.0.7 (fixes #1978) (Nicholas C. Zakas)
  • Upgrade: estraverse to latest for ESTree support (fixes #1986) (Nicholas C. Zakas)

Documentation

  • Docs: Update descriptive text for --no-ignore option. (David Anson)