sheerun / modern-node

All-in-one development toolkit for creating node modules with Jest, Prettier, ESLint, and Standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern-node and husky aren't able to work together

leobastiani opened this issue · comments

How to reproduce

  1. Create a package A with modern-node
  2. Create another main package B with husky in its dependency
  3. Add package package A as a dependency on B

Expected behaviour
Package A which has modern-node shouldn't change git hook files