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