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
/Users/millermedeiros/Projects/opensource/rocambole-commafirst/lib/index.js:10
rocambole.moonwalk(ast, transform_node)
^
ReferenceError: transform_node is not defined
would also be cool to add some documentation on how to install the plugin and use it:
Use it as an esformatter plugin
install it:
npm install rocambole-commafirst
and add to your esformatter config file:
{"plugins": ["rocambole-commafirst"]}
PS: would be good to add esformatter to the package.json keywords.
The text was updated successfully, but these errors were encountered:
would also be cool to add some documentation on how to install the plugin and use it:
Use it as an esformatter plugin
install it:
and add to your esformatter config file:
PS: would be good to add
esformatter
to the package.json keywords.The text was updated successfully, but these errors were encountered: