ESLint v3.3.1 released

by Kai Cataldo - 15 August 2016

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

Bug Fixes

  • b9b3446 Fix: sort-keys ignores destructuring patterns (fixes #6896) (#6899) (Kai Cataldo)

Documentation

  • 02a00d6 Docs: clarify rule details for no-template-curly-in-string (#6900) (not-an-aardvark)
  • 3fe3a4f Docs: Update options in object-shorthand (#6898) (Grant Snodgrass)
  • a2f06be Build: optimize rule page title for small browser tabs (fixes #6888) (#6904) (Vitor Balocco)

Chores