stevenpetryk / mafs

React components for interactive math
https://mafs.dev
MIT License
3.24k stars 90 forks source link

feat: lint-staged #78

Closed chuanyu0201 closed 1 year ago

chuanyu0201 commented 1 year ago

I noticed that projects were not currently husky and I added

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
mafs ✅ Ready (Inspect) Visit Preview Jan 9, 2023 at 7:59AM (UTC)
stevenpetryk commented 1 year ago

I appreciate the effort here, but I'm personally not a fan of project-level git hooks in general. I just let my editor format and lint, and let CI prevent anything from falling through the cracks.