observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
966 stars 83 forks source link

remove husky #258

Closed mbostock closed 3 years ago

mbostock commented 3 years ago

We have GitHub Actions CI now, so I don’t see a need to keep this around.

Note that husky will not automatically uninstall itself if you use yarn. ☹️ Assuming you don’t have any other git hooks defined locally, you can remove the remains of husky like so:

rm .git/hooks/*
git init