Skip to content

Commit

Permalink
chore: update lefthook check (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez authored Jun 19, 2024
1 parent f731e06 commit af5ee5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pre-commit:
run: pnpm test
check:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: pnpx biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again
run: pnpx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again

0 comments on commit af5ee5a

Please sign in to comment.