Skip to content

Commit a5ce460

Browse files
committed
chore: add type checking to lefthook and fix prettier deps
1 parent 5097ca1 commit a5ce460

File tree

3 files changed

+12327
-12223
lines changed

3 files changed

+12327
-12223
lines changed

lefthook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ pre-commit:
1313
root: "web/frontend/"
1414
glob: "**/*.{js,jsx,ts,tsx}"
1515
run: npx eslint {staged_files}
16+
17+
frontend-type-check:
18+
root: "web/frontend/"
19+
glob: "**/*.{ts,tsx}"
20+
run: npm run type-check

0 commit comments

Comments
 (0)