@addepar/prettier-config

Addepar's Prettier config

Usage no npm install needed!

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

README

@addepar/prettier-config

This is the Prettier config used for Javascript projects at Addepar.

Using the plugin

Installation

Install the plugin as a dev dependency in your project.

yarn add --dev @addepar/prettier-config

Configuration

Re-export the config in .prettierrc.js

// .prettierrc.js
module.exports = require('@addepar/prettier-config');