Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Nov 9, 2020
1 parent 16d06c3 commit 739b593
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@
**Install**:

```bash
npm i -D prettier @bokub/prettier-config
npm i -D prettier pretty-quick husky @bokub/prettier-config
```

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

```jsonc
{
"scripts": {
"prettier": "prettier --write **/*.{js,ts,json,html,md,yml}"
"pretty-quick": "pretty-quick"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": "@bokub/prettier-config"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokub/prettier-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "bokub's favorite prettier config",
"author": "bokub",
"license": "MIT",
Expand Down

0 comments on commit 739b593

Please sign in to comment.