[chore] Remove redundant husky config from litegraph

Frontend already has its own husky pre-commit hooks configured

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Benjamin Lu
2025-08-04 05:01:06 -04:00
parent dd0e8a6c6f
commit 68f7ed14d9

View File

@@ -1,5 +0,0 @@
if [[ "$OS" == "Windows_NT" ]]; then
npx.cmd lint-staged
else
npx lint-staged
fi