prettier-config-zillow
Version:
Zillow's base Prettier config, following our code conventions
22 lines (15 loc) • 429 B
Markdown
# `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.