Files
2026-05-29 13:27:53 +02:00

13 lines
349 B
Markdown

# TypeScript And Code Style
## Linting and formatting
- ESLint uses `@callstack/eslint-config` together with `typescript-eslint`.
- Important enforced rules include `no-console` and consistent type imports.
- oxfmt is the formatter.
- Formatting defaults include single quotes and trailing commas.
## Imports
- Keep imports sorted with `oxfmt`.