Skip to content

Commit a12e082

Browse files
authored
Merge pull request actions#224 from KengoTODA/remove-husky
Housekeeping: remove the config for husky
2 parents 04d5353 + 6df0b04 commit a12e082

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,5 @@
4444
"prettier": "^1.19.1",
4545
"ts-jest": "^27.0.5",
4646
"typescript": "^4.2.3"
47-
},
48-
"husky": {
49-
"skipCI": true,
50-
"hooks": {
51-
"pre-commit": "npm run build && npm run format"
52-
}
5347
}
5448
}

0 commit comments

Comments
 (0)