Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/santospatrick/prettier-config
- Owner: santospatrick
- License: mit
- Created: 2020-01-12T18:46:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T02:11:39.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T17:46:40.208Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
...
```