mirror of
https://github.com/Kugelschieber/breach.git
synced 2026-01-18 12:00:25 +00:00
Run linter as part of Github action
This commit is contained in:
@@ -5,7 +5,7 @@ export interface SaveGame {
|
||||
score: number
|
||||
}
|
||||
|
||||
export function saveGame(saveGame: SaveGame) {
|
||||
export function saveGame(saveGame: SaveGame): void {
|
||||
localStorage.setItem(saveGameKey, JSON.stringify(saveGame));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user