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