{
  "husky": {
    "hooks": {
      "pre_commit": "mix credo",
      "pre_push": "mix format"
    }
  }
}