Files
hoppscotch/.huskyrc
2020-02-24 13:59:12 -05:00

5 lines
57 B
Plaintext

{
"hooks": {
"pre-commit": "npm run prettier"
}
}