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

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

@zedix's prettier shareable config
https://github.com/zedix/prettier-config

Last synced: about 1 year ago
JSON representation

@zedix's prettier shareable config

Awesome Lists containing this project

README

          

# @zedix/prettier-config

![version](https://img.shields.io/github/package-json/v/zedix/prettier-config.svg?maxAge=60)
![tag](https://img.shields.io/github/tag/zedix/prettier-config.svg?maxAge=60)

## Installation

```sh
$ yarn add --dev zedix/prettier-config.git#v1.x.x
```

Edit `package.json`:

```json
{
// …
"prettier": "@zedix/prettier-config"
}
```