javascript-algorithms/.huskyrc.json

6 lines
70 B
JSON
Raw Normal View History

2019-03-08 23:10:27 +08:00
{
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
}