Fix all ESLint errors across project
This commit is contained in:
@@ -130,3 +130,8 @@ function getLatestGame(laraGames) {
|
||||
});
|
||||
return sorted[0];
|
||||
}
|
||||
|
||||
window.parsePGN = parsePGN;
|
||||
window.filterLaraGames = filterLaraGames;
|
||||
window.getLiveGame = getLiveGame;
|
||||
window.getLatestGame = getLatestGame;
|
||||
|
||||
Reference in New Issue
Block a user