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