Skip to content

Commit

Permalink
Fix deprecation warning from husky (#1263)
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
mraible authored Nov 1, 2024
1 parent a2d2fa5 commit 75e9f5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
npx --no-install lint-staged

0 comments on commit 75e9f5e

Please sign in to comment.