Checklist
Problem
Not having a formater generates 2 small annoyances in code contribution:
- Line diffs could be larger that they should be thanks to different formatting
- Editors are usually setup with format-on-save, so contributors need to disable that to avoid the first point
Proposed solution
Add formatter. Prettier seems like the best candidate
Proposed API or usage
Alternatives considered
oxlint can't be used with the new Angular file naming convention
How important is this feature to you?
Nice to have
Contribution
Additional context
We need to decide:
- What the config should be, and if we should override some configs depending on the directory
- If formatting should be part of CI checks
Checklist
Problem
Not having a formater generates 2 small annoyances in code contribution:
Proposed solution
Add formatter. Prettier seems like the best candidate
Proposed API or usage
Alternatives considered
oxlint can't be used with the new Angular file naming convention
How important is this feature to you?
Nice to have
Contribution
Additional context
We need to decide: