docs: Update architecture docs to reflect Oxlint usage (#9935)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Volodymyr Koval
2025-08-15 00:44:51 +03:00
committed by GitHub
parent 221169db51
commit 025af4f9fd

View File

@@ -1,6 +1,6 @@
# Architecture
Outline is composed of a backend and frontend codebase in this monorepo. As both are written in TypeScript, they share some code where possible. We utilize the latest ES6 language features, including `async`/`await`, and types. Prettier formatting and ESLint are enforced by CI.
Outline is composed of a backend and frontend codebase in this monorepo. As both are written in TypeScript, they share some code where possible. We utilize the latest ES6 language features, including `async`/`await`, and types. Prettier formatting and Oxlint are enforced by CI.
## Frontend