diff --git a/.commitlintrc.js b/.commitlintrc.js new file mode 100644 index 0000000..422b194 --- /dev/null +++ b/.commitlintrc.js @@ -0,0 +1 @@ +module.exports = { extends: ['@commitlint/config-conventional'] };