From ef48e748dba55311435714a82023644eddf8d6aa Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 22 Jan 2026 00:04:18 +0100 Subject: [PATCH] Fix match_collector lint --- match_collector/champion_stat.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/match_collector/champion_stat.ts b/match_collector/champion_stat.ts index cbcc376..775599a 100644 --- a/match_collector/champion_stat.ts +++ b/match_collector/champion_stat.ts @@ -102,9 +102,10 @@ function handleParticipantRunes(participant: any, runes: Array) { if (addRunes) runes.push(gameRunes) } -// eslint-disable-next-line @typescript-eslint/no-explicit-any function handleMatchItems( + // eslint-disable-next-line @typescript-eslint/no-explicit-any timeline: any, + // eslint-disable-next-line @typescript-eslint/no-explicit-any participant: any, participantIndex: number, builds: Builds