PrettierFormatter - A JavaScript and CSS formatter for mix format

Hey,

I created a small library so I can keep my CSS and JavaScript files in my Phoenix project formatted.

The formatter uses Prettier behind the scenes to format the files. You will need to have npm installed so the formatter can install Prettier.

You can check it out here: prettier_formatter | Hex

10 Likes

This is really cool! Thanks for creating it!