{"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"}