UNPKG
@btrb/sharec-config
Version:
latest (0.0.1)
0.0.1
Sharec config for Bridgetown sites
github.com/bt-rb/sharec-config
bt-rb/sharec-config
@btrb/sharec-config
/
configs
/
.huskyrc
7 lines
(6 loc)
•
105 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"hooks"
:
{
"commit-msg"
:
"commitlint -E HUSKY_GIT_PARAMS"
,
"pre-commit"
:
"lint-staged"
}
}