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
parent 9df2d9ddc4
commit d0aaa7ec2f
5 changed files with 174 additions and 107 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ const amari: Amari = {
partials: [ Partials.Channel ],
}),
github: octokit,
githubApp,
githubApp: githubApp,
lastRssItems: {
freeCodeCamp: null,
hackerNews: null,