Skip to content

Commit

Permalink
Clear up unused husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Jan 9, 2024
1 parent 8ee9b5a commit d0798c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npx lint-staged && npm run type-check
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test
5 changes: 0 additions & 5 deletions .huskyrc.js

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ src/
.eslintcache
.eslintignore
.eslintrc.js
.huskyrc.js
.lintstagedrc.js
.prettierignore
.prettierrc.json
Expand Down

0 comments on commit d0798c9

Please sign in to comment.