@suluk/eslint - v0.1.0
    Preparing search index...

    Interface Violation

    interface Violation {
        metric: Metric;
        index: number;
        length: number;
        data: { tag?: string; attr?: string; token?: string };
    }
    Index

    Properties

    Properties

    metric: Metric
    index: number

    Char offset into the original source (for the ESLint wrapper's getLocFromIndex).

    length: number
    data: { tag?: string; attr?: string; token?: string }

    Message interpolation data: tag (native), attr (handler), or token (frontmatter).