interface LintQuickFixRemove {
    description: string;
    range: SourceRange;
    type: "remove";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of LintQuickFixRemove

Properties

description: string

A short, human-readable description of the quick fix.

The range of the text that should be replaced.

type: "remove"

The type of the quick fix.