Skip to content

Commit

Permalink
Merge branch 'renovate/husky-9.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Feb 3, 2024
2 parents 63d8ecc + 8540417 commit 3fa83ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@heroicons/react": "2.1.1",
Expand Down Expand Up @@ -46,8 +46,8 @@
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"husky": "8.0.3",
"husky": "9.0.10",
"postcss": "8.4.33",
"tailwindcss": "3.4.1"
}
}
}

0 comments on commit 3fa83ba

Please sign in to comment.