This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies
or devDependencies
:
husky
{
"husky": {
"config": [
".husky/commit-msg",
".husky/pre-{applypatch,commit,merge-commit,push,rebase,receive}",
".husky/post-{checkout,commit,merge,rewrite}"
]
}
}
Also see Knip plugins for more information about plugins.