UNPKG

textlint

Version:

The pluggable linting tool for natural language.

9 lines (8 loc) 212 B
/** @typedef {Object} TextLintFormatterOption * @property {string} formatterName * @property {boolean} noColor */ export interface TextLintFormatterOption { formatterName: string; color?: boolean; }