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": { "husky": {
"hooks": { "hooks": {}
"pre-commit": "yarn lint && yarn typecheck && yarn lint-staged"
}
}, },
"engines": { "engines": {
"npm": "Use yarn!" "npm": "Use yarn!"