philly-js-club / philly-js-club-website

The website for Philly JS. Powered by React, Remix, and TypeScript. 🔔✨
https://phillyjs.com
MIT License
9 stars 17 forks source link

🐛 Bug: Commit Shows Deprecated Husky Message #118

Closed jvoccia closed 1 week ago

jvoccia commented 1 month ago

Bug Report Checklist

Expected

When I ran:

git commit -m "feat: some message"

I would have not expected to see any unusual messages.

Actual

I received this Husky Message:

husky - DEPRECATED

Please remove the following two lines from .husky/pre-commit:

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

They WILL FAIL in v10.0.0

Additional Info

No response