Skip to content
Discussion options

You must be logged in to vote

commitlint.config.cjs

/** @type { import('cz-git').UserConfig } */
module.exports = {
    prompt: {
        defaultIssues: '#000000',
        skipQuestions: ['footerPrefix'],
        formatMessageCB: ({ defaultHeader, footer }) => {
            return `${footer.trim()} ${defaultHeader}`
        },
    },
}

How to define a result that can be changed by the user in the JS configuration file 🫡 Users can change questions and values, and none of them have specified answers.
This is the charm of JavaScript's dynamic configuration—you …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by a-d-w-s
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants