@aaronlabrie/prettier

Shared Prettier Config

Usage no npm install needed!

<script type="module">
  import aaronlabriePrettier from 'https://cdn.skypack.dev/@aaronlabrie/prettier';
</script>

README

♥️ Prettier Config ♥️

Shared Prettier config for standardizing formatting across projects.

How do I use this?

  1. Install Prettier and this config package.

    yarn add prettier @aaronlabrie/prettier
    
  2. Add this line to your package.json

    "prettier": "@aaronlabrie/prettier"
    
  3. Set up Prettier with your editor: https://prettier.io/docs/en/editors.html

  4. Enjoy your new formatting!