UNPKG

yaml-to-json-schema

Version:

Generate json schema from yaml (swagger, openapi, asyncapi)

8 lines (7 loc) 137 B
module.exports = { "hooks": { "pre-commit": "tsc", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-push": "tsc" } }