Blockstack's default Prettier configuration
npm install @blockstack/prettier-configThis is the Prettier config used across all Blockstack projects.
The easiest way to use this package, is with the following addition to your package.json
``json``
"prettier": "@blockstack/prettier-config",
Check the official documentation for more info on using shared configurations.