Capítulo 398 de 988

Chapter 398: Formatting in the Remotion repo

Core Idea

The Remotion codebase uses Oxfmt and ESLint for formatting and requires all code to be formatted correctly before it is merged.

Key Concepts

  • Oxfmt
  • ESLint
  • Testing everything

Code Examples

cd packages/renderer
bunx oxfmt src --write
  • What it demonstrates: Usage pattern for Formatting in the Remotion repo from the official docs.

Key Takeaways

  1. Understand oxfmt when working with Formatting in the Remotion repo.
  2. Understand eslint when working with Formatting in the Remotion repo.
  3. Understand testing everything when working with Formatting in the Remotion repo.

Connects To

  • Accessibility: related page in the Legal, Meta & Support section.
  • dev: related page in the Legal, Meta & Support section.
  • pro: related page in the Legal, Meta & Support section.