For when a linting rule throws an error during execution

interface LintingResultsError {
    error: unknown;
}

Properties

Properties

error: unknown

the error thrown