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

    Interface LintingResultsError

    For when a linting rule throws an error during execution

    interface LintingResultsError {
        error: unknown;
    }
    Index

    Properties

    Properties

    error: unknown

    the error thrown