@its-tailtime/simple-git-hooks-config
v1.0.5
Published
simple-git-hooks shareable configs
Readme
simple-git-hooks-config
simple-git-hooks shareable configs.
Installation
Run the following command (this will also install dependencies):
pnpm add --save-dev @its-tailtime/simple-git-hooks-configThen, create a simple-git-hooks.js file at the root of your repository containing the following:
import config from '@its-tailtime/simple-git-hooks-config';
export default config;(for repositories where the "type": "module" is not set in package.json, you'll need to use the extension .cjs)
Add the following to .npmrc:
public-hoist-pattern[] = simple-git-hooks