@felixgeelhaar/cclint
Version:
A comprehensive linter for CLAUDE.md files with multi-language code block validation
13 lines • 473 B
TypeScript
import { ContextFile } from '../domain/ContextFile.js';
export declare class FileReader {
private pathValidator;
constructor();
readContextFile(filePath: string, basePath?: string): Promise<ContextFile>;
/**
* Validate file content for potential security issues
* @param content The file content to validate
* @param filePath The file path for error messages
*/
private validateFileContent;
}
//# sourceMappingURL=FileReader.d.ts.map