Skip to content

Commit d42161f

Browse files
committed
Fix: build err and lefthook config
1 parent 6577ce1 commit d42161f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pre-commit:
22
parallel: true
33
commands:
44
format:
5-
glob: "*.{js,ts,jsx,tsx}"
5+
glob: "*.{js,ts,jsx,tsx,css,yml}"
66
run: bunx prettier --write --cache {staged_files} && git add {staged_files}
77
lint:
88
glob: "*.{js,ts,jsx,tsx}"

0 commit comments

Comments
 (0)