Skip to content

Commit 2640cc8

Browse files
committed
chore: update lefthook config
1 parent f243158 commit 2640cc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lefthook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pre-commit:
22
parallel: true
33
jobs:
44
- name: format
5-
run: bun oxfmt --no-error-on-unmatched-pattern "{staged_files}"
5+
run: bun oxfmt --no-error-on-unmatched-pattern {staged_files}
66
stage_fixed: true
77

88
- name: lint
99
glob: '*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,d.ts,d.cjs,d.mts}'
10-
run: bun oxlint --fix "{staged_files}"
10+
run: bun oxlint --fix {staged_files}
1111
stage_fixed: true

0 commit comments

Comments
 (0)