Skip to content

Commit

Permalink
Revert "fix: replace use yarn lint"
Browse files Browse the repository at this point in the history
This reverts commit 431c0de.
  • Loading branch information
masashi-sutou authored and jetersen committed Feb 13, 2022
1 parent 548107e commit 4626b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[ ! -x "$(command -v yarn)" ] || yarn lint
[ ! -x "$(command -v yarn)" ] || yarn lint-staged

0 comments on commit 4626b6f

Please sign in to comment.