Files
static-testing-tools/.huskyrc
Kent C. Dodds 00eade470c add lint-staged
2019-11-12 17:40:22 -07:00

6 lines
76 B
Plaintext

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