UNPKG

@textlint/types

Version:
10 lines (9 loc) 307 B
/** * `RuleReporterFixCommand` is intermediate object between Rule report and Kernel. * `IntermediateFixCommand` has also `isAbsolute` flag value. */ export interface TextlintRuleContextFixCommand { text: string; range: readonly [startIndex: number, endIndex: number]; isAbsolute: boolean; }