1.0.1 • Published 4 years ago

@addepar/prettier-config v1.0.1

Weekly downloads
156
License
MIT
Repository
github
Last release
4 years ago

@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');