- ESLint uses
@callstack/eslint-configtogether withtypescript-eslint. - Important enforced rules include
no-consoleand consistent type imports. - Prettier is the formatter.
- Formatting defaults include single quotes and trailing commas.
- Keep imports sorted with
eslint-plugin-simple-import-sort.