Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit b0012c1

Browse files
committed
chore: Move husky to package.json
1 parent 92b0033 commit b0012c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.huskyrc.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"files": [
2626
"dist"
2727
],
28+
"husky": {
29+
"hooks": {
30+
"pre-commit": "lint-staged"
31+
}
32+
},
2833
"keywords": [
2934
"typescript",
3035
"cratesio",

0 commit comments

Comments
 (0)