1 2 3 4 5 6
module.exports = { extends: ["@commitlint/config-conventional"], rules: { "header-max-length": [2, "always", 150], }, };