Format code to std out #513
-
Hi! I was looking through the docs for the Edit: just to be clear: I know that if you skip the The reason for me asking is I'm trying to integrate this with Emacs. I found a package (emacs-format-all) that I should be able to modify pretty easily to use biome, but it requires that the new content is written to std out. Of course, there are other ways to integrate with biome (like using a standard before-save hook), but this seemed like an easy way to go. Happy to take advice if you have any |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You probably want to use
By doing so, Biome will print the result to |
Beta Was this translation helpful? Give feedback.
You probably want to use
--stdin-file-path
. From the documentation:By doing so, Biome will print the result to
stdout