Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

personal prettier config
https://github.com/iwharris/prettier-config

Last synced: 22 days ago
JSON representation

personal prettier config

Awesome Lists containing this project

README

        

# prettier-config
personal prettier config

## Installation and usage

```bash
npm install --save-dev @iwharris/prettier-config
```

In `prettier.config.js`:

```javascript
module.exports = require('@iwharris/prettier-config');
```