mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
349 B
349 B
TypeScript And Code Style
Linting and formatting
- ESLint uses
@callstack/eslint-configtogether withtypescript-eslint. - Important enforced rules include
no-consoleand consistent type imports. - oxfmt is the formatter.
- Formatting defaults include single quotes and trailing commas.
Imports
- Keep imports sorted with
oxfmt.