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

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


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

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# `@launchpadlab/prettier-config`

Shareable [Prettier](https://prettier.io) config to use across projects.

## Usage

**Install**:

```bash
$ yarn add --dev @launchpadlab/prettier-config
```

**Edit `package.json`**:

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

**or a configuration file (eg `.prettierrc`):**

```js
"@launchpadlab/prettier-config"
```