You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allow overriding default plugins via .jsfmtrc config file.
- Improved error reporting: log errors to stderr and more consistent exit status codes.
- Better es6 support through upgraded dependencies: esformatter, esprima and escodegen.
- Upgrade esformatter to `0.5.0`.
- Use process.stdout.write instead of console.log to avoid outputting extra newline
- Utilize esformatter-var-each to format vars on individual lines.