From f595b0f81b809182d5bb4bb09ce454fb53a10ee8 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 9 Jul 2025 17:06:07 -0400 Subject: [PATCH] Ignore video-stream.js and video-rtc.js for eslint --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 7b66c89b1..fb25f9d24 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,6 +4,8 @@ web/api/lib web/includes/csrf/ web/js/videojs.zoomrotate.js +web/js/video-stream.js +web/js/video-rtc.js web/js/fontfaceobserver.standalone.js web/skins/classic/js/bootstrap-4.5.0.js web/skins/classic/js/bootstrap.bundle.min.js