This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
synclounge
mirror of
https://github.com/synclounge/synclounge.git
Watch
1
Star
1
Fork
You've already forked synclounge
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
77d1306bdc
synclounge
/
.huskyrc
6 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build(commitlint): add commitlint
2020-08-24 00:12:33 +00:00
{
"hooks": {
build(lint): use lint-staged to fix staged lint issues
2020-08-30 21:49:44 +00:00
"pre-commit": "lint-staged",
build(commitlint): add commitlint
2020-08-24 00:12:33 +00:00
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}