diff --git a/lefthook.yml b/lefthook.yml index 287a69ed..669425bd 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -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}