UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

9 lines 260 B
/** @typedef {Object} TextLintFormatterOption * @property {string} formatterName * @property {boolean} noColor */ export interface TextLintFormatterOption { formatterName: string; color?: boolean; } //# sourceMappingURL=textlint-interface.d.ts.map