- We use prettier as code formatter. Check for code formatting issues with
npm run format-all
. - Angular code follows Angular Style Guide.
- Reviewers will review for Clean Code principles
- SOLID ensure consistent, composable and re-usable intra-project APIs.