banira
    Preparing search index...

    Interface LintIssue

    A single Gold Standard / documentation-coverage finding for a component.

    interface LintIssue {
        message: string;
        rule: string;
        severity: LintSeverity;
        tagName: string;
    }
    Index

    Properties

    message: string
    rule: string

    Stable rule id (e.g. reflection, undocumented-event).

    severity: LintSeverity
    tagName: string