How to configure atom-beautify package to format with babel/jsx javascript files?

Atom beautify did not support jsx at that time. it does now :)


I currently use the plugins language-babel, react, and autoclose-html to handle this for me with no issues.

https://atom.io/packages/autoclose-html

https://atom.io/packages/language-babel

https://atom.io/packages/react

Hope this helps!


I already faced the same problem and ended using prettier-atom . It works really nice with HTML tags.