Code Style¶
Frontend¶
Prettier¶
Configured in .prettierrc:
| Setting | Value |
|---|---|
| Print width | 140 characters |
| Quotes | Single quotes |
| Indentation | 2 spaces |
ESLint¶
Configured with:
- Angular plugin
- Perfectionist plugin (sorted class members)
- Prettier plugin (formatting integration)
EditorConfig¶
Configured in ClientApp/.editorconfig:
- 2-space indentation
- UTF-8 encoding