Closed
Description
There have been a few PRs that had style modifications in files or Readme examples of code that were no actual changes as part of the PR that was being opened.
We are not enforcing our defined styling enough (I think it's only run in a pre-commit
hook) which can be skipped. This ticket is to
-
Review the pre-commit hook to ensure it is actually working, and (except for manual skip by the dev) that it always runs when committing new code
-
Update our CI process to verify the code to be merged is following the eslint and prettier rules, preventing new code from being merged if it does not follow our style guide