@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface FoundLint

    One finding a linter query reported, with the rule that reported it.

    interface FoundLint {
        result: LintingResult;
        rule: string;
    }
    Index
    rule: string