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

https://github.com/tivix/js-standard-prettier-config


https://github.com/tivix/js-standard-prettier-config

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# @tivix/prettier-config

This package contains a shared [Prettier](https://prettier.io/) config.

## Installation

To manually install, set this package to the `"prettier"` key in your project’s `package.json`. Other, more complicated, options [are available](https://prettier.io/docs/en/configuration.html#sharing-configurations).

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