resonatecoop / mobile

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native
GNU General Public License v3.0
15 stars 2 forks source link

Set up Husky #3

Closed simonv3 closed 2 years ago

simonv3 commented 2 years ago

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)