UNPKG

@felixgeelhaar/cclint

Version:

Catch CLAUDE.md drift before Claude misbehaves. Lints CLAUDE.md, skills, subagents, and hooks for Claude Code projects.

8 lines 237 B
export declare class Location { readonly line: number; readonly column: number; constructor(line: number, column: number); toString(): string; equals(other: Location): boolean; } //# sourceMappingURL=Location.d.ts.map