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

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

A prettier config for my node projects
https://github.com/davidborzek/prettier-config

coding javascript js prettier prettier-config rules style ts typescript

Last synced: 8 months ago
JSON representation

A prettier config for my node projects

Awesome Lists containing this project

README

          

# Prettier config

A prettier config for my node projects.

## Setup

1. Install

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

2. Configure

Add the following to the `package.json` of your project:

```json
{
"prettier": "@davidborzek/prettier-config"
}
```