UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are als

1 lines 1.06 kB
{"version":3,"file":"commitlintConfig.mjs","names":[],"sources":["../src/commitlintConfig.ts"],"sourcesContent":["import type { RuleConfigSeverity, UserConfig } from '@commitlint/types';\n\n// explicit type annotations for isolatedDeclarations. Allows for faster processing.\n\nconst disabled = 0 as RuleConfigSeverity.Disabled;\nconst commitlintConfig: UserConfig & {\n extends: UserConfig['extends'] | ['@commitlint/config-conventional'];\n rules: {\n 'body-max-line-length': [typeof disabled];\n 'footer-max-line-length': [typeof disabled];\n 'header-max-length': [typeof disabled];\n };\n} = {\n extends: ['@commitlint/config-conventional'],\n rules: {\n 'body-max-line-length': [disabled],\n 'footer-max-line-length': [disabled],\n 'header-max-length': [disabled],\n },\n};\n\n// only `default` export is loaded via `extends` config key!\nexport default commitlintConfig;\n"],"mappings":";AAIA,MAAM,WAAW;AACjB,MAAM,mBAOF;CACF,SAAS,CAAC,iCAAiC;CAC3C,OAAO;EACL,wBAAwB,CAAC,QAAQ;EACjC,0BAA0B,CAAC,QAAQ;EACnC,qBAAqB,CAAC,QAAQ;CAChC;AACF"}