@eagleoutice/flowr - v2.13.2
    Preparing search index...
    interface LinterQueryResult {
        ".meta": BaseQueryMeta;
        formatted?: string;
        results: LintResultsByRule;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of LinterQueryResult
    Index

    Properties

    ".meta": BaseQueryMeta
    formatted?: string

    The findings rendered in the requested format, if one was requested.

    The results of the linter query, which returns a set of linting results for each rule that was executed.