diff --git a/.huskyrc.js b/.huskyrc.js new file mode 100644 index 0000000..5298fbd --- /dev/null +++ b/.huskyrc.js @@ -0,0 +1,5 @@ +module.exports = { + hooks: { + 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS' + }, +}