chore: oxc info to DEVELOPMENT.md (#2027)

* Adding info on formatting and linting

* fixing md links
This commit is contained in:
Cameron Slipp
2026-03-23 10:57:14 -04:00
committed by GitHub
parent b1da877dc7
commit 8c52556cc0
+7
View File
@@ -99,6 +99,13 @@ Other useful commands
- **List running processes** by running `docker ps`
- **Kill running process** by running `docker kill <process-id>`
## FORMATTING AND LINTING
Ontime uses [oxfmt](https://oxc.rs/docs/guide/usage/formatter.html) for formatting and [oxlint](https://oxc.rs/docs/guide/usage/linter.html) for linting. Look for an [oxc extension](https://oxc.rs/docs/guide/usage/linter/editors) for your editor of choice.
- **Run formatter** by running `pnpm format`
- **Run linter** by running `pnpm lint`
## CONTRIBUTION GUIDELINES
If you want to propose changes to the codebase, please reach out before opening a Pull Request.