Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My personal prettier config for hobby projects.
https://github.com/tomchinery/prettier-config

Last synced: about 1 month ago
JSON representation

My personal prettier config for hobby projects.

Awesome Lists containing this project

README

        

# `@tomchinery/prettier-config`

> My personal [prettier](https://prettier.io/) config for hobby projects.

## Usage

**Install**

```bash
npm i @tomchinery/prettier-config
```

**Edit `package.json`**:

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