diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..f8e4a00 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,6 @@ +module.exports = { + extends: ['@commitlint/config-conventional'], + rules: { + 'body-max-line-length': [2, 'always', 200], + }, +};