mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
8 lines
129 B
JSON
8 lines
129 B
JSON
{
|
|
"hooks": {
|
|
"pre-commit": "lint-staged",
|
|
"pre-push": "npm run lint",
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
}
|