Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My personal Prettier config.
https://github.com/yomguithereal/prettier-config

Last synced: 5 days ago
JSON representation

My personal Prettier config.

Awesome Lists containing this project

README

        

# `@yomguithereal/prettier-config`

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

## Usage

**Install**:

```bash
$ npm i --save-dev @yomguithereal/prettier-config
```

**Edit `package.json`**:

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