README
@abios/prettier-config
Abios Prettier Configuration
Installation
You'll first need to install Prettier:
yarn add --dev prettier
Next, install @abios/prettier-config:
yarn add --dev @abios/prettier-config
Usage
Enable the configuration by adding a prettier property that references this package in your projects's package.json.
{
"prettier": "@abios/prettier-config"
}