Fix all ESLint errors across project

This commit is contained in:
2026-05-25 00:55:16 +02:00
parent 6608d771a2
commit 47e7924a49
8 changed files with 31 additions and 27 deletions

View File

@@ -130,3 +130,8 @@ function getLatestGame(laraGames) {
});
return sorted[0];
}
window.parsePGN = parsePGN;
window.filterLaraGames = filterLaraGames;
window.getLiveGame = getLiveGame;
window.getLatestGame = getLatestGame;