UNPKG

@elsikora/commitizen-plugin-commitlint-ai

Version:
36 lines (34 loc) 1.22 kB
var defaultPromptConfigs = { messages: { emptyWarning: "(%s is required)", lowerLimitWarning: "%s is %d characters less than the lower limit", max: "(max %d chars)", min: "(min %d chars)", skip: "(press enter to skip)", upperLimitWarning: "%s is %d characters longer than the upper limit", }, questions: { body: { description: "<body> holds additional information about the change", }, footer: { description: "<footer> holds further meta data, such as breaking changes and issue ids", }, scope: { description: "<scope> marks which sub-component of the project is affected", }, subject: { description: "<subject> is a short, high-level description of the change", }, type: { description: "<type> holds information about the goal of a change.", }, }, settings: { // eslint-disable-next-line @elsikora-typescript/naming-convention enableMultipleScopes: false, scopeEnumSeparator: ",", }, }; export { defaultPromptConfigs as default }; //# sourceMappingURL=defaultPromptConfigs.js.map