StatTag / StatWrap

StatWrap
https://sites.northwestern.edu/statwrap/
MIT License
1 stars 11 forks source link

Husky pre-commit hook not called #195

Open lrasmus opened 4 months ago

lrasmus commented 4 months ago

Recently noticed that the husky pre-commit hook (to run lint-staged) was no longer being called. This is due to changes in how v9 of husky works.

lrasmus commented 4 months ago

To reproduce:

  1. Make a change with an invalid style issue that the linter would catch
  2. Add the changed file to git stage
  3. Run git commit
  4. No call is made to invoke lint-staged