Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

:nail_care: Simple prettier config for React.js
https://github.com/santospatrick/prettier-config

Last synced: 4 days ago
JSON representation

:nail_care: Simple prettier config for React.js

Awesome Lists containing this project

README

        

# `@santospatrick/prettier-config`
:nail_care: Simple prettier config for React.js

## Usage

1. Install
```
yarn add @santospatrick/prettier-config --dev
```

2. Add this line at `package.json`
```diff
...
+ "prettier": "@santospatrick/prettier-config"
...
```