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

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


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

prettier prettier-config

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# @whtsky/prettier-config

A [Prettier](https://prettier.io) config.

## Usage

Install:

```bash
yarn add --D @whtsky/prettier-config
```

Edit `package.json`:

```jsonc
{
"prettier": "@whtsky/prettier-config"
}
```