diff --git a/web/packages/new/photos/services/ffmpeg/worker.ts b/web/packages/new/photos/services/ffmpeg/worker.ts index fc05abcbd2..aeaaee4bd7 100644 --- a/web/packages/new/photos/services/ffmpeg/worker.ts +++ b/web/packages/new/photos/services/ffmpeg/worker.ts @@ -1,3 +1,10 @@ +// TODO: These can be removed when we start using ffmpeg upstream. For an reason +// I haven't investigated much, when we run eslint on our CI, it seems to behave +// differently than locally and give a lot of warnings that possibly arise from +// it not being able to locate ffmpeg-wasm. + +/* eslint-disable */ + import log from "@/next/log"; import QueueProcessor from "@ente/shared/utils/queueProcessor"; import { expose } from "comlink";