From b5afa6a344e87845bc59a8fa800e04bcccbf6194 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Tue, 7 Dec 2021 15:06:18 -0800 Subject: [PATCH] Add some notes on DX Todos --- web/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/README.md b/web/README.md index 9902ae97..ff9d1ec0 100644 --- a/web/README.md +++ b/web/README.md @@ -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?