Newer
Older
remotion_docker_devcontainer / voicevox-remotion-template / .eslintrc.cjs
module.exports = {
  root: true,
  extends: ["@remotion"],
  ignorePatterns: [
    "public/image/*-rhubarb-mouths/rhubarb-map.js",
    "public/lipsync/",
    "src/generated/lipsync/*.json",
  ],
  env: {
    node: true,
  },
};