1 2 3 4 5 6 7 8 9 10 11
module.exports = { extends: [ process.env.IN_NIX_SHELL ? process.env.COMMITLINT_PRESET : "@commitlint/config-conventional", ], rules: { "body-max-line-length": [2, "always", 150], "header-max-length": [2, "always", 150], }, };