style: drop the remaining member-ordering disable

Same dead rule as the previous style pass, missed because this file disables
several rules on one line.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-14 03:21:02 +02:00
co-authored by Cursor
parent 2a88d62ddf
commit e45e165a6f
@@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/member-ordering, @typescript-eslint/no-non-null-assertion,, max-statements-per-line */ /* eslint-disable @typescript-eslint/no-non-null-assertion,, max-statements-per-line */
/** /**
* Manages the WebSocket connection to the signaling server, * Manages the WebSocket connection to the signaling server,
* including automatic reconnection and heartbeats. * including automatic reconnection and heartbeats.