client: fix all new linter errros

This commit is contained in:
Reto Brunner 2024-05-02 08:21:51 +02:00
commit 3259ac596d
36 changed files with 76 additions and 78 deletions

View file

@ -174,8 +174,6 @@ interface ClientToServerEvents {
search: EventHandler<SearchQuery>;
}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface InterServerEvents {}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface SocketData {}