Skip to content

Commit

Permalink
fixing syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abanobmikaeel committed Oct 5, 2023
1 parent d41b5cc commit 28bae63
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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}"
run: npx tsc --noEmit
commit-msg:
parallel: true
commands:
commitlint:
run: npx commitlint --edit
# 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}"
# run: npx tsc --noEmit
# commit-msg:
# parallel: true
# commands:
# commitlint:
# run: npx commitlint --edit

0 comments on commit 28bae63

Please sign in to comment.