ES6 ES2015 (Babel) Format / Beautfier for Sublime for .jsx .js

Viewed 1938

I want to be able to format my code in Sublime when doing Reactjs using ES2015.

Spent quite some time looking for a answer to this and found this thread Is there a JSX formatter for sublime text?. But it seems to never come to a solution. Babel and ESlint does everything for me except formatting the code.

3 Answers
Related