shitlint
Version:
Your code is shit. Here's why.
17 lines • 426 B
JavaScript
/**
* Your code is shit. Here's why.
*/
export const version = "0.0.1";
export const author = "Tyson Chan";
export const email = "tyson.chan@proton.me";
export function analyzeCode(filePath) {
return [
{
filePath,
message: "Your code exists. That's already a problem.",
severity: "brutal"
}
];
}
export { analyzeCode as default };
//# sourceMappingURL=index.js.map