lefthook.yml 347 B

12345678910
  1. # Lefthook configuration for GROWI
  2. # See https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md
  3. pre-commit:
  4. parallel: true
  5. commands:
  6. biome-format:
  7. glob: "*.{js,jsx,ts,tsx,json,jsonc}"
  8. run: pnpm biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files}
  9. stage_fixed: true