Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #74 from Butterstroke/development
Browse files Browse the repository at this point in the history
Fixed Husky Install
  • Loading branch information
AurelicButter authored May 1, 2021
2 parents 22b3b52 + 494a0a6 commit f00ae43
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 306 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
Loading

0 comments on commit f00ae43

Please sign in to comment.