Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Jan 23, 2020
1 parent 62c3364 commit 3aede9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Add the `lint-staged` and `husky` rules to the [`package.json`](/package.json) f

```json
"lint-staged": {
"*.{js,jsx}": ["eslint --fix", "git add"],
"*.{json,md,scss,yaml,yml}": ["prettier --write", "git add"]
"*.{js,jsx}": ["eslint --fix"],
"*.{json,md,scss,yaml,yml}": ["prettier --write"]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 3aede9b

Please sign in to comment.