DEV Community

Discussion on: Start Using Prettier The Right Way

Collapse
 
matjones profile image
Mat Jones

The prettier extension is editor-specific. For an editor-agnostic solution, you can create a prettier git pre-commit hook pretty easily using pretty-quick and Husky.

Collapse
 
akinghill profile image
Austin Hill

Really cool. I didn't know about either of those tools. Thanks for sharing!

Collapse
 
matjones profile image
Mat Jones

Sure thing! This is my preferred way to use prettier.