# @busybox/prettier-config

## Installation

- Install prettier and config

```bash
npm install --save-dev @busybox/prettier-config
```

- In your project root `.prettierrc.js`

```js
module.exports = {
  ...require('@busybox/prettier-config'),
};
```

[Example](../../.prettierrc.js)
