feat: generate awesome list from stars
This commit is contained in:
7
.huskyrc.js
Normal file
7
.huskyrc.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
hooks: {
|
||||
'prepare-commit-msg': 'exec < /dev/tty && git cz --hook || true',
|
||||
'pre-commit': 'npm run build && lint-staged',
|
||||
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user