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

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

My presonal Prettier config
https://github.com/yuler/prettier-config

Last synced: 4 months ago
JSON representation

My presonal Prettier config

Awesome Lists containing this project

README

          

# `@yuler/prettier-config`

> My personal [Prettier](https://prettier.io) config.

## Usage

**Install**:

```bash
$ yarn add --dev @yuler/prettier-config
```

**Edit `package.json`**:

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

[Check out the `prettier` documentation for more info on sharing configurations](https://prettier.io/docs/en/configuration.html#sharing-configurations).