Skip to content

Commit 2618ce1

Browse files
committed
fix agents.md
1 parent 0026345 commit 2618ce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For full setup instructions see `CONTRIBUTING.md`.
5555
Refer to `ai/references/tests.md` for details on writing tests. Tests should avoid mocks or stubs and use the helpers from `@internal/testcontainers` when Redis or Postgres are needed.
5656

5757
## Coding style
58-
- Formatting is enforced using Prettier. Run `pnpm run format` before committing.
58+
- Formatting is enforced using oxfmt. Run `pnpm run format` before committing.
5959
- Follow the existing project conventions. Test files live beside the files under test and use descriptive `describe` and `it` blocks.
6060
- Do not commit directly to the `main` branch. All changes should be made in a separate branch and go through a pull request.
6161

0 commit comments

Comments
 (0)