Skip to content

Commit 473578e

Browse files
committed
fix: testing committing from vscode extension
1 parent cd1b004 commit 473578e

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)