markmv - v1.26.2
    Preparing search index...

    Interface LinkValidatorOptions

    Configuration options for link validation operations.

    Controls which types of links are validated and how validation is performed, including external link checking, timeout settings, and strictness levels.

    interface LinkValidatorOptions {
        checkExternal?: boolean;
        externalTimeout?: number;
        strictInternal?: boolean;
        checkClaudeImports?: boolean;
    }
    Index

    Properties

    checkExternal?: boolean

    Check external links (http/https)

    externalTimeout?: number

    Timeout for external link checks in milliseconds

    strictInternal?: boolean

    Treat missing files as errors

    checkClaudeImports?: boolean

    Check Claude import links