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

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


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

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# @datagraphics/prettier-config

A consistent source of prettier configuration for Data Desk projects.

## Usage

Install:

```sh
npm install --save-dev @datagraphics/prettier-config prettier
# or
yarn add --dev @datagraphics/prettier-config prettier
```

Add to `package.json` (or any of the [other compatible prettier configuration options](https://prettier.io/docs/en/configuration.html#sharing-configurations):

```json
{
// ...
"prettier": "@datagraphics/prettier-config"
}
```

## License

MIT