1.1.0 • Published 2 years ago
@garavest/prettier-config v1.1.0
@garavest/prettier-config
This package contains Garavest's Prettier config that is used for internal and shared projects.
Usage
Using our config is simple. First, install the package with your package manager of choice (we use PNPM).
pnpm add -D @garavest/prettier-configThen, in your package.json, add a prettier property and point it to our config:
{
// Other package.json contents
"prettier": "@garavest"
}