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
- Understand oxfmt when working with Formatting in the Remotion repo.
- Understand eslint when working with Formatting in the Remotion repo.
- 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.