Developer experience - linting, formatting, pre-commit
For https://uniofcam.atlassian.net/browse/AM-150
Overview
- Setup
eslintfor code linting - Setup
prettierfor code formatting - Setup
pre-committo run the above and other standard checks on pre-commit. - Setup template CI pipeline to run
pre-commiton build, and other standard checks. - Ran
pre-commiton all files in the repo to format. - Couple of minor alterations that
eslintpicked up.
Edited by Paul Horrocks