unic / estatico-nou

Static site generator for frontend engineers
https://unic.com
13 stars 6 forks source link

introduce pre-commit hook #107

Open robinloeffel opened 3 years ago

robinloeffel commented 3 years ago
{
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}