Add some notes on DX Todos

This commit is contained in:
Austin Chen 2021-12-07 15:06:18 -08:00
parent e3c97148e2
commit b5afa6a344

View File

@ -11,3 +11,8 @@
Before committing, run `npm run format` to format your code.
Recommended: Use a [Prettier editor integration](https://prettier.io/docs/en/editors.html) to automatically format on save
## Developer Experience TODOs
- Automatically run prettier as code commit hook?
- Prevent git pushing if there are Typescript errors?