c12-parser 1.0.2

Toolbox for parsing and stringifying various formats, including JSON, JSON5, JSONC, INI, TOML, and YAML.
Documentation
output:
  - execution
  - failure

pre-commit:
  parallel: true
  commands:
    clippy:
      run: pnpm lint
      glob: "*.rs"
      文件: git diff --name-only --cached -- "*.rs"

    fmt:
      run: pnpm format
      glob: "*.rs"
      文件: git diff --name-only --cached -- "*.rs"
      stage_fixed: true

    format_ts:
      run: pnpm format:ts {staged_files}
      文件: git diff --name-only --cached
      stage_fixed: true

commit-msg:
  commands:
    commitlint:
      run: npx --no -- commitlint --edit $1