Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 441 Bytes

STYLEGUIDE.md

File metadata and controls

10 lines (9 loc) · 441 Bytes

Code Style Guide

  • 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.