- upgrade eslint config

-
This commit is contained in:
Mike Penz
2025-03-28 10:06:32 +01:00
parent ba6bd84330
commit 5b64b0d818
5 changed files with 344 additions and 77 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ export class GithubRepository extends BaseRepository {
hasNextPage = refs.pageInfo.hasNextPage && tagsInfo.length < maxTagsToFetch
cursor = refs.pageInfo.endCursor
// eslint-disable-next-line github/array-foreach, @typescript-eslint/no-explicit-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
refs.edges.forEach((edge: any) => {
if (tagsInfo.length < maxTagsToFetch) {
tagsInfo.push({