An open API service indexing awesome lists of open source software.

https://github.com/barelyhuman/prettier-config

Shared Prettier config for projects that aren't using wrap
https://github.com/barelyhuman/prettier-config

Last synced: 4 months ago
JSON representation

Shared Prettier config for projects that aren't using wrap

Awesome Lists containing this project

README

        

# prettier-config

> Shared [Prettier](https://prettier.io) config for projects that aren't using wrap.

## Install

```
$ npm install --save-dev @barelyhuman/prettier-config
```

## Usage

Add this to your `package.json`:

```json
{
"prettier": "@barelyhuman/prettier-config"
}
```

## License

[MIT](LICENSE)