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