Pretty Quick Husky
TL;DR: Add pretty-quick and husky to your project to automatically format your code at commit time and never worry about inconsistent formatting again.
npm install --save-dev prettier pretty-quick husky
npm set-script prepare "husky install" && npm r...
blog.thehereward.me3 min read