Skip to content

Commit

Permalink
chore: Lefthook command wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Dec 30, 2023
1 parent 0c81464 commit f0a7bdc
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,6 +4,6 @@ pre-commit:
prettier:
glob: '*.{json,md,yml}'
run: npx prettier --write {staged_files} && git add {staged_files}
eslint:
oxlint:
glob: 'packages/**/*.ts'
run: npx oxlint --fix {staged_files} && git add {staged_files}

0 comments on commit f0a7bdc

Please sign in to comment.