UNPKG
markup-tools
Version:
latest (2.10.0)
2.10.0
2.9.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
Utility to format markup
github.com/peerquery/markup-tools
peerquery/markup-tools
markup-tools
/
.huskyrc
6 lines
•
111 B
Plain Text
View Raw
1
2
3
4
5
6
{
"hooks"
:
{
"pre-commit"
:
"npm run lint"
,
"pre-push"
:
"npm run test && npm version minor"
}
}