This repository has been archived by the owner on May 19, 2018. It is now read-only.
v6.14.1
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.