Adds closing quote to "hooks" in husky config (#4805)

master
Peter Ramsing 2018-07-04 08:31:49 -07:00 committed by Jed Fox
parent 8ef10b2177
commit d4f4edeb96
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ and add this config to your `package.json`:
```json
{
"husky": {
"hooks: {
"hooks": {
"pre-commit": "lint-staged"
}
},
@ -49,7 +49,7 @@ and add this config to your `package.json`:
```json
{
"husky": {
"hooks: {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
@ -88,7 +88,7 @@ and add this config to your `package.json`:
```json
{
"husky": {
"hooks: {
"hooks": {
"pre-commit": "precise-commits"
}
}