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

https://github.com/3sidedcube/prettier-config


https://github.com/3sidedcube/prettier-config

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 3 Sided Cube Prettier config
This is a config for 3 Sided Cube's standard prettier setup.

## Usage

**Install**:

```bash
yarn add --dev @3sidedcube/prettier-config
```

**Edit `package.json`**:

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