KC's Workspace
    Preparing search index...

    Interface DefineConfigParams

    interface DefineConfigParams {
        autoScopes?: boolean;
        scopes?: string[];
        types?: TypeMode;
    }
    Index

    Properties

    autoScopes?: boolean

    Automatically gather scopes from pnpm workspaces

    true
    
    scopes?: string[]

    Provide additional scopes; or override if autoScopes is false

    types?: TypeMode

    Commit types configuration

    • "standard": Use standard conventional commit types
    • string[]: Use custom types
    "standard"