Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub authored Sep 17, 2020
1 parent 81ee460 commit 00783e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
npm i -D prettier @bokub/prettier-config
```

**Edit `package.json`**:
**Add the following to your `package.json`**:

```jsonc
{
// ...
"scripts": {
"prettier": "prettier --write **/*.{js,ts,json,html,md,yml}"
},
"prettier": "@bokub/prettier-config"
}
```

0 comments on commit 00783e6

Please sign in to comment.