Member Junction
    Preparing search index...
    interface LintResult {
        criticalCount?: number;
        hasErrors: boolean;
        highCount?: number;
        lowCount?: number;
        mediumCount?: number;
        success: boolean;
        violations: Violation[];
    }
    Index

    Properties

    criticalCount?: number
    hasErrors: boolean
    highCount?: number
    lowCount?: number
    mediumCount?: number
    success: boolean
    violations: Violation[]