Skip to content

Commit

Permalink
Update lefthook.yml to apply biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Mar 14, 2024
1 parent 9764238 commit d067ad3
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 @@ -2,4 +2,4 @@ pre-commit:
commands:
check:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: pnpm biome check --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again
run: pnpm biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again

0 comments on commit d067ad3

Please sign in to comment.