We use biomejs for linting and formatting. Both linting and formatting are ensured by our GitHub CI, so before opening a PR or asking for a review, please lint and format your code.Documentation Index
Fetch the complete documentation index at: https://react.email/docs/llms.txt
Use this file to discover all available pages before exploring further.
Check for linting issues
To check if there are any linting issues, runpnpm lint on the root of the workspace.
pnpm lint:fix on the root of the workspace.