Skip to content

Commit

Permalink
Bumped package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Feb 27, 2024
1 parent cc4cf64 commit 82217ec
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 49 deletions.
7 changes: 1 addition & 6 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ pre-commit:
run: |
set -e
yq 'true' {staged_files} > /dev/null
lint_json:
glob: "*.{json}"
run: |
set -e
jq empty {staged_files}
lint_js:
glob: "*.{js,ts,jsx,tsx}"
glob: "*.{js,jsx}"
run: |
set -e
./node_modules/.bin/eslint {staged_files}
84 changes: 42 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"globals": "^14.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lefthook": "^1.6.1",
"lefthook": "^1.6.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 82217ec

Please sign in to comment.