mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
13 lines
349 B
Markdown
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`.
|