Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Shareable Prettier configuration for Vited projects
https://github.com/vitedjs/prettier-config

Last synced: about 1 month ago
JSON representation

Shareable Prettier configuration for Vited projects

Awesome Lists containing this project

README

        

# @vited/prettier-config

Shareable Prettier configuration for Vited projects

## Install

```bash
npm i -D @vited/prettier-config
```

## Configure

Modify `package.json`:

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