@halospv3/hce.shared-config
Version:
Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.
15 lines (13 loc) • 379 B
JavaScript
;
// CJS compatibility; This enum cannot be required.
const disabled = 0;
const commitlintConfig = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [disabled],
'footer-max-line-length': [disabled],
'header-max-length': [disabled]
}
};
module.exports = commitlintConfig;
//# sourceMappingURL=commitlintConfig.cjs.map