@configurations/prettier-config
My shareable prettier config.
Installation
Install with npm
npm install --save-dev @configurations/prettier-config
Or with yarn
yarn add --dev @configurations/prettier-config
Usage
Reference @configurations/prettier-config in your package.json.
{
"name": "my-cool-library",
"version": "9000.0.1",
"prettier": "@configurations/prettier-config"
}
Screenshots
Formatted before VS Formatted after