update eslint configs

This commit is contained in:
Nathaniel Tampus
2023-07-27 15:02:34 +08:00
parent a87cf86239
commit 2238038c95
6 changed files with 18 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import type { Game, User } from "@chessu/types";
import { db } from "../index.js";
export const activeGames: Array<Game> = [];
export const activeGames: Game[] = [];
export const save = async (game: Game) => {
try {