github.com/jshiv/can-go@v0.2.1-0.20210224011015-069e90e90bdf/tools/commitlint/.commitlintrc.js (about) 1 module.exports = { 2 extends: ['@commitlint/config-conventional'], 3 rules: { 4 // Treat as warning until Dependabot supports commitlint. 5 // https://github.com/dependabot/dependabot-core/issues/2445 6 "body-max-line-length": [1, "always", 100], 7 } 8 };