chore: Disable eslint in one line
This commit is contained in:
parent
16a8224ed0
commit
ad666b6e8e
@ -55,6 +55,8 @@ export function VideoConference({ chatMessageFormatter, ...props }: VideoConfere
|
||||
{ updateOnlyOn: [RoomEvent.ActiveSpeakersChanged] }
|
||||
)
|
||||
|
||||
// TODO: remove this unused declaration if it's not needed
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const participants = useParticipants({
|
||||
updateOnlyOn: [RoomEvent.ParticipantConnected, RoomEvent.ParticipantDisconnected]
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user