Files
nym/lefthook.yml
T
2025-02-27 19:04:56 +02:00

8 lines
274 B
YAML

pre-commit:
commands:
check:
root: "explorer-nextjs/"
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,css}"
run: yarn biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
stage_fixed: true