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

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


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

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# `@albertfdp/prettier-config`

My personal prettier config.

## Usage

```bash
$ npm install --save-dev @albertfdp/prettier-config
$ yarn add -D @albertfdp/prettier-config
```

Then, on the projects's `package.json`, add:

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