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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# `@rocicorp/prettier-config`

> Rocicorp's [Prettier](https://prettier.io) config.

## Usage

**Install**:

```bash
$ npm install @rocicorp/prettier-config --save-dev
```

**Edit `package.json`**:

```jsonc
{
// ...
"prettier": "@rocicorp/prettier-config"
}
```