UNPKG

shitlint

Version:

Your code is shit. Here's why.

15 lines 474 B
/** * Your code is shit. Here's why. */ export declare const version = "0.0.1"; export declare const author = "Tyson Chan"; export declare const email = "tyson.chan@proton.me"; export interface ShitLintResult { filePath: string; message: string; severity: "brutal" | "moderate" | "gentle"; lineNumber?: number; } export declare function analyzeCode(filePath: string): ShitLintResult[]; export { analyzeCode as default }; //# sourceMappingURL=index.d.ts.map