Files
static-testing-tools/.huskyrc
Kent C. Dodds a1e30ee995 add lint-staged
2019-08-14 11:59:52 -06:00

6 lines
76 B
Plaintext

{
"hooks": {
"pre-commit": "npm run check-types && lint-staged"
}
}