TextFix
Defined in: rule.ts:19
A concrete text replacement a fixer could apply.
Properties
Section titled “Properties”range: [
number,number]
Defined in: rule.ts:21
[start, end) char range in the document to replace.
text:
string
Defined in: rule.ts:23
Replacement text.