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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# `@oclif/prettier-config`

Oclif prettier configuration for all projects.

## Usage

First install this package.

```bash
yarn add @oclif/prettier-config --dev
```

Then extend this configuration in your own prettier file.

Here is an example using a `.prettierrc.json` file.

```javascript
"@oclif/prettier-config"
```