mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
module.exports = {
|
|
hooks: {
|
|
'pre-commit': 'lint-staged && yarn test:ci',
|
|
// 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
|
|
},
|
|
}
|