git-hooks
git-hooks copied to clipboard
No nonsense Git hook management
On **Windows** it's possible to **install the package using an admin console** (since `.git` folders are read-only for normal users). Otherwise symlink creation will fail due to missing permissions (.cjs...
With a structure like this: ``` . ├── .git ├── api/ │ └── package.json └── app/ ├── hasLintError.js └── package.json ``` In `app/package.json`, using `@zeit/git-hooks` with [`lint-staged`](https://github.com/okonet/lint-staged) has no effect....
See discussion in #3.
It looks `yarn` path is hardcoded so that when it's updated and removed by like `brew`, scripts stop working. I think it's the same for `node` which the path is...