build: remove unused configuration for husky

980efe83e2 removed the dependency
on husky, then this configuration is also needless.
This commit is contained in:
Kengo TODA 2021-07-09 18:19:05 +08:00
parent e230fbfc91
commit be74ae2f15

View File

@ -42,11 +42,5 @@
"prettier": "^1.19.1",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"husky": {
"skipCI": true,
"hooks": {
"pre-commit": "npm run build && npm run format"
}
}
}