After installing Prettier and configuring it to format on save, I encountered an issue while running Firebase deploy:
172:6 error Newline not allowed at end of file eol-last
I noticed that Prettier is adding a new line at the end when formatting on save. How can I prevent this behavior?