Skip to content

Commit

Permalink
docs: fixed ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Nov 7, 2023
1 parent c2fde2a commit 1137e34
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
pre-commit:
parallel: true
commands:
lint:
files: git diff --name-only @{push}
glob: "*.{js,ts,jsx,tsx}"
run: npx eslint {files}
types:
files: git diff --name-only @{push}
glob: "*.{js,ts, jsx, tsx}"
glob: '*.{js,ts, jsx, tsx}'
run: npx tsc --noEmit
commit-msg:
parallel: true
Expand Down

0 comments on commit 1137e34

Please sign in to comment.