UNPKG

@felixgeelhaar/cclint

Version:

A comprehensive linter for CLAUDE.md files with multi-language code block validation

8 lines 253 B
import { ContextFile } from './ContextFile.js'; import { Violation } from './Violation.js'; export interface Rule { readonly id: string; readonly description: string; lint(file: ContextFile): Violation[]; } //# sourceMappingURL=Rule.d.ts.map