Merge pull request #224 from KengoTODA/remove-husky

Housekeeping: remove the config for husky
This commit is contained in:
MaksimZhukov 2021-12-29 14:46:32 +03:00 committed by GitHub
commit a12e082d83
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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