Files
portfolio/lefthook.yml
T

10 lines
206 B
YAML
Raw Normal View History

2026-04-23 21:00:43 +03:00
pre-commit:
parallel: true
commands:
biome-check:
glob: "*.{js,ts,jsx,tsx,json,css}"
run: yarn biome check --write {staged_files}
stage_fixed: true
tests:
run: yarn test