Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharmor committed Jul 25, 2019
1 parent 88fd540 commit 0838f8f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# prettier-config
My opinionated prettier config

### Installation

1. Install this prettier config
```sh
npm i --save-dev @shaharmor/prettier-config
```

### Configuration

1. Configure prettier to use this module's prettier config:
Add `.prettierrc` in your project`s root folder with the contents of:
```
@shaharmor/prettier-config
```
That's it!

0 comments on commit 0838f8f

Please sign in to comment.