mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 12:09:17 +00:00
9 lines
417 B
JavaScript
9 lines
417 B
JavaScript
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"],
|
|
};
|