Uninstall simple-git-hooks
masterTo remove the package and all existing git hooks:
- pnpm:
pnpm uninstall simple-git-hooks(This also removes the hooks). - npm/others:
npm uninstall simple-git-hooks(This removes the package but not the hooks). To remove hooks manually, run:node node_modules/simple-git-hooks/uninstall.js
node node_modules/simple-git-hooks/uninstall.js