Using Prettier with Precommit Git Hooks

I have been using prettier with visual studio code now for a while. But recently I started thinking about how do you enforce prettiers formatting if you have developers that don't use it? So I started looking around on prettiers website and learned that you can use it…