Files
nym/lefthook.yml
T
2024-12-04 21:10:36 +00: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