For when a linting rule throws an error during execution

interface LintingResultsError {
    error: string;
}

Properties

Properties

error: string