Skip to content

Commit

Permalink
Merge pull request #383 from Fdawgs/chore/husky
Browse files Browse the repository at this point in the history
chore(.husky): remove unnecessary .gitignore [skip-ci]
  • Loading branch information
wagoid committed Apr 15, 2022
2 parents ba2f2b5 + ce2ed3e commit 534ab20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .husky/commit-msg
@@ -1,3 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "${1}"
1 change: 1 addition & 0 deletions .husky/pre-commit
@@ -1,3 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged

0 comments on commit 534ab20

Please sign in to comment.