@felixgeelhaar/cclint
Version:
Catch CLAUDE.md drift before Claude misbehaves. Lints CLAUDE.md, skills, subagents, and hooks for Claude Code projects.
8 lines • 359 B
TypeScript
import { LintingResult } from '../../domain/LintingResult.js';
export interface FormatOptions {
plain?: boolean | undefined;
fixableCount?: number | undefined;
summary?: boolean | undefined;
}
export declare function formatResult(result: LintingResult, format?: string, options?: FormatOptions): string;
//# sourceMappingURL=textFormatter.d.ts.map