0.1.0 • Published 11 months ago

@gavdi/husky-config v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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",
    ...
}
0.1.0

11 months ago