Fix match_collector lint
This commit is contained in:
@@ -102,9 +102,10 @@ function handleParticipantRunes(participant: any, runes: Array<Rune>) {
|
|||||||
if (addRunes) runes.push(gameRunes)
|
if (addRunes) runes.push(gameRunes)
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
||||||
function handleMatchItems(
|
function handleMatchItems(
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
timeline: any,
|
timeline: any,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
participant: any,
|
participant: any,
|
||||||
participantIndex: number,
|
participantIndex: number,
|
||||||
builds: Builds
|
builds: Builds
|
||||||
|
|||||||
Reference in New Issue
Block a user