We should add husky to our code so that before people commit they'll know if their commit matches code standards (prettier, typescript, commit message).
It should run:
yarn prettier
yarn tsc --noEmit
yarn eslint (we don't actually have this yet)
yarn commitizen (we don't have this yet either)
We should add husky to our code so that before people commit they'll know if their commit matches code standards (prettier, typescript, commit message).
It should run: