Skip to content

Commit

Permalink
chore: lock file maintenance (#45)
Browse files Browse the repository at this point in the history
* chore: lock file maintenance

* chore: remove .huskyrc.json

* chore: update config files

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Sebastian Landwehr <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
4 people authored May 10, 2021
1 parent d61a974 commit a20d959
Show file tree
Hide file tree
Showing 5 changed files with 437 additions and 337 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit "$1"
6 changes: 0 additions & 6 deletions .huskyrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
".gitignore": true,
".gitpod.Dockerfile": true,
".gitpod.yml": true,
".huskyrc.json": true,
".husky": true,
".nyc_output": true,
".releaserc.json": true,
".renovaterc.json": true,
Expand Down
Loading

0 comments on commit a20d959

Please sign in to comment.