Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

v6.14.1

Compare
Choose a tag to compare
@hzoo hzoo released this 18 Nov 00:12
· 493 commits to master since this release

6.14.1 (2016-11-17)

πŸ› Bug Fix

Allow "plugins": ["*"] (#229) (Daniel Tschinder)

{
  "plugins": ["*"] // jsx, flow, functionBind, etc
}

Will include all parser plugins instead of specifying each one individually. Useful for tools like babel-eslint, jscodeshift, and ast-explorer.