UNPKG

@felixgeelhaar/cclint

Version:

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

12 lines 373 B
export declare class Severity { static readonly ERROR: Severity; static readonly WARNING: Severity; static readonly INFO: Severity; readonly level: number; readonly name: string; private constructor(); compareTo(other: Severity): number; toString(): string; isAtLeast(minimum: Severity): boolean; } //# sourceMappingURL=Severity.d.ts.map