mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
client: fix all new linter errros
This commit is contained in:
parent
3fbbc39cd6
commit
3259ac596d
36 changed files with 76 additions and 78 deletions
2
shared/types/socket-events.d.ts
vendored
2
shared/types/socket-events.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue