Skip to content

TextFix

Defined in: rule.ts:56

A concrete text replacement a fixer could apply.

range: [number, number]

Defined in: rule.ts:58

[start, end) char range in the document to replace.


text: string

Defined in: rule.ts:60

Replacement text.