Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 196 Bytes

husky.md

File metadata and controls

16 lines (12 loc) · 196 Bytes

Husky

Config

.huskyrc

{
	"hooks": {
		"pre-commit": "lint-staged",
		"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
	}
}

This example uses [[lintstaged]] and [[commitlint]]