mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-04-14 00:21:24 +00:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
module.exports = {
|
|
hooks: {
|
|
'pre-commit': 'npm run lint',
|
|
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
|
|
},
|
|
};
|