SquadJS/.huskyrc

6 lines
60 B
Plaintext
Raw Normal View History

2020-05-15 12:42:39 -05:00
{
"hooks": {
"pre-commit": "lint-staged"
}
}