NASA-IMPACT / admg-casei

ADMG Inventory
https://impact.earthdata.nasa.gov/casei/
Apache License 2.0
1 stars 0 forks source link

Add husky pre-commit hooks #565

Open Tammo-Feldmann opened 1 year ago

Tammo-Feldmann commented 1 year ago

I'm using husky to add pre commit and pre-push hooks. I only added the very basics of linting before commits and testing before pushing. I also set up the husky hooks with a prepare script in the package.json so that it installs on any fresh install of the project.

Tammo-Feldmann commented 1 year ago

@naomatheus I created this PR as a response to your suggestion that we use pre-commit hooks. This is a very minimal setup so far. Feel free to tweak it the way that you had envisioned. Will be curious to see what you think about this setup.