BRL-CAD / OGV-meteor

Port of BRL-CAD's OGV to meteor
BSD 3-Clause "New" or "Revised" License
16 stars 26 forks source link

Add husky to project #109

Closed theamanjs closed 3 years ago

theamanjs commented 3 years ago

Added husky to project and set up on pre-commit.

drossberg commented 3 years ago

Hmm, package-lock.json contains both husky and meteor-husky. Why are both necessary? Isn't meteor-husky a fork of husky?

theamanjs commented 3 years ago

I was testing husky first I think I forgot to remove that completely from the project. I'll fix this today. Yes, meteor-husky is a fork of husky and we don't need husky along meteor-husky.

theamanjs commented 3 years ago

@drossberg I've fixed the husky package issue.