@addepar/prettier-config
v1.0.1
Published
Addepar's Prettier config
Downloads
2,139
Keywords
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');