sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

prettier commit hook #5549

Open williamstein opened 3 years ago

williamstein commented 3 years ago

JupyterLab I think runs a prettier git commit hook. I think we have zero commit hooks, but I would like to ensure everything that we commit is prettier'd. Any thoughts?

jasongrout commented 3 years ago

Here are the jlab hooks: https://github.com/jupyterlab/jupyterlab/blob/070227a403f7073047c201c77599ac861376b793/package.json#L103-L108

We use husky