@gavdi/husky-config
v0.1.0
Published
Gavdi Labs default configuration for Husky
Downloads
6
Readme
Gavdi Labs Husky Standard Configuration
Dependencies
This configuration makes use of the husky package, version 9.1.5 or higher.
Remember to initialize husky in your project before starting:
npx husky init
Setup
In your package.json
file, include the following:
{
"name": "your-package.json",
...
"husky": "@gavdi/husky-config",
...
}