# `prettier-config-zillow`

> Zillow's base Prettier config, following our code conventions

## Usage

```sh
npm i -D prettier prettier-config-zillow
```

Reference in `package.json`:

```json
{
    "name": "my-package",
    "version": "1.2.3",
    "prettier": "prettier-config-zillow"
}
```

Please consult the [Prettier documentation](https://prettier.io/docs/en/configuration.html#sharing-configurations) for further options.
