1.1.0 • Published 7 months ago

@garavest/prettier-config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@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-config

Then, in your package.json, add a prettier property and point it to our config:

{
  // Other package.json contents
  "prettier": "@garavest"
}