Add eslint and prettier pre-commit hooks
Closes #20 (closed)
Description
This MR adds the following to pre-commit:
- eslint
- prettier
- standard pre-commit configuration from the web boilerplate
Pre-commit was then also run to fix the found issues.
It also adds running pre-commit in GitLab.