Opinionated code styling
AlpacaGoesCrazy opened this issue · 1 comments
AlpacaGoesCrazy commented
Ghost---Shadow commented
Babel parses your code into an AST. The AST has no way of saving the code style. So, on generating back the code from AST. It just applies its own style.
That is why I recommend to run your favourite linter/prettier after running this.