
Library name:       fuegokit/prettier-config
Version:            1.1.9
Repository URL:     git+https://bitbucket.org/appfire/fuegokit-prettier-config
License:            MIT
License Text:       # Fuegokit prettier-config

Prettier config used at Appfire.

## Usage

### Install with the package manager of your choice:

```sh
npm install --save-dev @fuegokit/prettier-config
```

or

```sh
yarn add -D @fuegokit/prettier-config
```

### Add to your `package.json`:

```sh
...
"keywords": [
  "design", "code", "appfire"
],
"prettier": "@fuegokit/prettier-config",
"main": "index.js",
....

```

Interested in learning more? The [prettier docs](https://prettier.io/docs/en/configuration.html#sharing-configurations) have plenty of ways to share configurations.
