fix: resolve all linting issues in command files

Refactored createIssue, createTask, and onboardMentee commands to
extract helper functions, fix JSDoc descriptions, correct type
handling, and satisfy all ESLint rules. Also fixed object-shorthand
mixing in index.ts and the naming convention in anthropic.ts.
This commit is contained in:
2026-03-03 10:19:41 -08:00
committed by Naomi Carrigan
parent 9df2d9ddc4
commit 798ec2faae
5 changed files with 174 additions and 107 deletions
+1
View File
@@ -4,6 +4,7 @@
* @author Naomi Carrigan
*/
// eslint-disable-next-line @typescript-eslint/naming-convention -- SDK default export uses PascalCase.
import Anthropic from "@anthropic-ai/sdk";
export const anthropic = new Anthropic({