Try once more

This commit is contained in:
Manav Rathi
2024-07-02 12:18:32 +05:30
parent f8e5bd3d66
commit dd80b2174f
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
module.exports = {
extends: ["@/build-config/eslintrc-react"],
// 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.
ignorePatterns: ["ffmpeg/worker.ts"],
};

View File

@@ -1,10 +1,3 @@
// 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";