Remove precommit hook in favor of CI solution

This commit is contained in:
Daniel Lugo 2021-12-16 12:42:06 -04:00
parent f4e956aef1
commit c90503cee8

View file

@ -109,9 +109,7 @@
]
},
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn typecheck && yarn lint-staged"
}
"hooks": {}
},
"engines": {
"npm": "Use yarn!"