@bokub/prettier-config

bokub's favorite prettier config

Usage no npm install needed!

<script type="module">
  import bokubPrettierConfig from 'https://cdn.skypack.dev/@bokub/prettier-config';
</script>

README

@bokub / prettier-config

Code style Downloads

My personal Prettier config / workflow

Install

npm i -D prettier @bokub/prettier-config

Add the following to your package.json:

{
  "prettier": "@bokub/prettier-config"
}

Optional: Setup pre-commit hook

npx husky-init
npm i -D pretty-quick
npx husky set .husky/pre-commit 'pretty-quick --staged'

Optional: Run prettier on old code

npx prettier --write .