fix(lint): resolve @typescript-eslint/no-explicit-any warnings

This commit is contained in:
Naoki Oketani
2025-05-07 12:11:12 +00:00
parent 2b30d09e26
commit d5d84ff3f1
4 changed files with 114 additions and 105 deletions

View File

@@ -27,8 +27,7 @@ export type GetIssuesFunc = (options: {
owner: string
repo: string
state: 'open' | 'closed' | 'all' | undefined
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[key: string]: any // Allow additional properties
[key: string]: string | undefined // Allow additional properties
}) => Promise<{ data: Array<{ title: string; number: number }> }>
export async function getExistingIssueNumber(