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

https://github.com/clarifynl/prettier-config-clarify

Prettier configuration for Clarify projects
https://github.com/clarifynl/prettier-config-clarify

Last synced: 5 months ago
JSON representation

Prettier configuration for Clarify projects

Awesome Lists containing this project

README

          

# Prettier config

Prettier configuration to be used in all Clarify projects.

## Installation

```
npm install --save-dev @clarifynl/prettier-config-clarify
```

In your `package.json`, add the following:

```js
"prettier": "@clarifynl/prettier-config-clarify"
```