# 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`.