Skip to content

Commit

Permalink
feat(deckgo#470): add prettier hook
Browse files Browse the repository at this point in the history
Signed-off-by: peterpeterparker <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 25, 2020
1 parent 2113356 commit 0c34f57
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 7 deletions.
7 changes: 6 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@
"slides",
"slideshow",
"talk"
]
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
7 changes: 6 additions & 1 deletion remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,10 @@
"slides",
"slideshow",
"talk"
]
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
7 changes: 6 additions & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@
"slides",
"slideshow",
"talk"
]
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
7 changes: 6 additions & 1 deletion utils/deck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,10 @@
"slides",
"slideshow",
"talk"
]
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
7 changes: 6 additions & 1 deletion utils/slide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"slides",
"slideshow",
"talk"
]
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
7 changes: 6 additions & 1 deletion utils/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
"files": [
"lib",
"README.md"
]
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
7 changes: 6 additions & 1 deletion utils/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
"files": [
"lib",
"README.md"
]
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}

0 comments on commit 0c34f57

Please sign in to comment.