@bokub / prettier-config My personal Prettier config. Usage Install: # Just the config npm i -D @bokub/prettier-config # Whole package npm i -D prettier pretty-quick husky @bokub/prettier-config Add the following to your package.json: { "scripts": { "pretty-quick": "pretty-quick" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "prettier": "@bokub/prettier-config" }