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

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


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

prettier prettier-config

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


Kontentino - Making social media a piece of cake

# Prettier config
> Prettier config for multiple project with the same format
![](https://img.shields.io/badge/NODE%20VERSION-20-yellowgreen)
## Getting started

### Installation
```bash
npm install --save-dev @kontentino/prettier-config
```

### Usage
*prettier.config.js*
```javascript
module.exports = require('@kontentino/prettier-config/prettier.config');
```