Skip to content

Commit a1ac752

Browse files
committed
fix: works when committing from vscode extension!
1 parent 473578e commit a1ac752

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
@@ -5,7 +5,7 @@ pre-commit:
55
glob: "*.{js,ts,jsx,tsx}"
66
run: npx eslint {staged_files}
77
types:
8-
glob: "*.{js,ts,jsx, tsx}"
8+
glob: "*.{js,ts,jsx,tsx}"
99
run: npx tsc
1010
commit-msg:
1111
parallel: true

0 commit comments

Comments
 (0)