hspotlight / metro-fare

metro-fare.vercel.app
MIT License
14 stars 13 forks source link

Add Husky & Prettier #18

Closed heyfirst closed 3 years ago

heyfirst commented 4 years ago

Hi @hspotlight, I have to add husky for do checking while commit and push the code. Would be nice to have this in this project.

Cheers!

hspotlight commented 4 years ago

Hi @heyfirst Thank for contribution. I have a question about when should I run "postinstall": "husky install", and how prettier work if I don't have any format configuration file.

heyfirst commented 4 years ago

It's will be do the default config that their recommended to use. For me this is the advantage because we DON'T think how the code look like! JUST focus on what we want to do!

Hi @heyfirst Thank for contribution.

I have a question about when should I run "postinstall": "husky install", and how prettier work if I don't have any format configuration file.