herd
herd copied to clipboard
Factory CQ - UI layer code style
As a Developer I want code in a given language to have consistent style including UI code so I can easily scan and navigate when reviewing and troubleshooting.
Code style has standards and is enforced for Java code. We need this in place for UI code as well.
Acceptance Criteria
- Team agrees upon standards and documents in wiki page
- Standards cover TS, SASS and if possible HTML
- Line breaks, tabs, whitespace
- Standards are enforced during NPM build on local and Jenkins
- Existing code is all re-formatted