CovOpen / CovMap

Web service to display large-scale epidemiological data and forecasts of the SARS-CoV-2 pandemic.
Apache License 2.0
8 stars 9 forks source link

Run prettier as pre-commit githooks #272

Open kommander opened 3 years ago

kommander commented 3 years ago

Restyled has a lot to do... I would love to run prettier as pre-commit githook to avoid merging a lot of restyled PRs.

DanielHabenicht commented 3 years ago

You can run yarn format in your own git hook. Unfortunately, githooks cant be checked into the repo :(