Try once more
This commit is contained in:
@@ -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"],
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user