2024-11-22 21:35:07 +09:00

8 lines
231 B
YAML

pre-commit:
parallel: true
commands:
check:
glob: "src/*.{ts,tsx}"
run: npx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
staged_fixed: true