Adds additional CI checks for the backend and frontend, to complement pre-commit hooks which should already be run

This commit is contained in:
Trenton Holmes
2022-03-13 14:39:31 -07:00
parent 63603234e4
commit e450676fcc
4 changed files with 58 additions and 33 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
# https://prettier.io/docs/en/options.html#semicolons
semi: false
# https://prettier.io/docs/en/options.html#quotes
singleQuote: true