react-table/.huskyrc.js
2019-07-30 11:43:22 -06:00

7 lines
138 B
JavaScript

module.exports = {
hooks: {
'pre-commit': 'lint-staged && yarn test:ci',
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
},
}