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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# `@hugolify/prettier-config`

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

## Usage

**Install**:

```bash
$ yarn add --dev @hugolify/prettier-config
```
or
```bash
$ npm i --save-dev @hugolify/prettier-config
```

**Edit `package.json`**:

```jsonc
{
// ...
"prettier": "@hugolify/prettier-config"
}
```
or write in `.prettierrc.json` :
```jsonc
"@hugolify/prettier-config"
```