KC's Workspace
    Preparing search index...
    interface UserConfig {
        defaultIgnores?: boolean;
        extends?: string | string[];
        formatter?: string;
        helpUrl?: string;
        ignores?: ((commit: string) => boolean)[];
        parserPreset?: string | ParserPreset | Promise<ParserPreset>;
        plugins?: (string | Plugin)[];
        prompt?: DeepPartial<PromptConfig>;
        rules?: Partial<RulesConfig>;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    defaultIgnores?: boolean
    extends?: string | string[]
    formatter?: string
    helpUrl?: string
    ignores?: ((commit: string) => boolean)[]
    parserPreset?: string | ParserPreset | Promise<ParserPreset>
    plugins?: (string | Plugin)[]