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

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

My preferred prettier configuration.
https://github.com/kevinzma/prettier-config

prettier

Last synced: about 1 month ago
JSON representation

My preferred prettier configuration.

Awesome Lists containing this project

README

        

@kevinzma/prettier-config

My preferred prettier configuration. (based on [@sapphire/prettier-config](https://npm.im/@sapphire/prettier-config))

## Install

```bash
$ npm install --save-dev @kevinzma/prettier-config
```

> (or using your preferred package manager)

## Usage

Add to your `package.json` (or your prettier config file)

```json
{
"name": "your-project",
"prettier": "@kevinzma/prettier-config"
}
```