UNPKG

519 BSource Map (JSON)View Raw
1{"version":3,"sources":["../src/header-max-length.js"],"names":["parsed","when","value","header"],"mappings":";;;;;;AAAA;;kBAEe,UAACA,MAAD,EAASC,IAAT,EAAeC,KAAf,EAAyB;AACvC,QAAO,CACN,uBAAUF,OAAOG,MAAjB,EAAyBD,KAAzB,CADM,EAEL,kCAAiCA,KAAM,aAFlC,CAAP;AAIA,C","file":"header-max-length.js","sourcesContent":["import {maxLength} from '@commitlint/ensure';\n\nexport default (parsed, when, value) => {\n\treturn [\n\t\tmaxLength(parsed.header, value),\n\t\t`header must not be longer than ${value} characters`\n\t];\n};\n"]}
\No newline at end of file