add prettier import plugin

This commit is contained in:
Evan
2025-03-31 13:09:27 -07:00
parent 38f6af9659
commit 8b6895d745
120 changed files with 543 additions and 690 deletions
+3 -4
View File
@@ -1,4 +1,4 @@
import { RateLimiterMemory } from "rate-limiter-flexible";
import { Logger } from "winston";
import WebSocket from "ws";
import {
AllPlayersStats,
@@ -17,14 +17,13 @@ import {
ServerTurnMessageSchema,
Turn,
} from "../core/Schemas";
import { createGameRecord, generateID } from "../core/Util";
import { createGameRecord } from "../core/Util";
import { ServerConfig } from "../core/configuration/Config";
import { GameType } from "../core/game/Game";
import { archive } from "./Archive";
import { Client } from "./Client";
import { slog } from "./StructuredLog";
import { gatekeeper } from "./Gatekeeper";
import { Logger } from "winston";
import { slog } from "./StructuredLog";
export enum GamePhase {
Lobby = "LOBBY",
Active = "ACTIVE",