javascript-algorithms/.huskyrc.json
2019-03-08 17:10:27 +02:00

6 lines
70 B
JSON

{
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
}