Perseus
    Preparing search index...

    The shape of the linter context object that is passed through the tree with additional information about what we are checking.

    type LinterContextProps = {
        contentType: string;
        highlightLint: boolean;
        paths: ReadonlyArray<string>;
        stack: ReadonlyArray<string>;
    }
    Index

    Properties

    contentType: string
    highlightLint: boolean
    paths: ReadonlyArray<string>
    stack: ReadonlyArray<string>