Files
hoppscotch/.huskyrc
Dmitry Yankowski d39b190788 Add on to prettier with pretty-quick
Pretty-quick will only format files that have been changed since the last commit.
2020-02-25 03:59:48 -05:00

5 lines
61 B
Plaintext

{
"hooks": {
"pre-commit": "npm run pretty-quick"
}
}