Skip to content

Commit e2d3f4a

Browse files
renovate[bot]renovate-botdword-designactions-user
authored
chore: lock file maintenance (#20)
* chore: lock file maintenance * chore: remove .huskyrc.json * chore: update config files Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Sebastian Landwehr <info@dword-design.de> Co-authored-by: GitHub Actions <actions@github.com>
1 parent 3b10656 commit e2d3f4a

File tree

5 files changed

+444
-354
lines changed

5 files changed

+444
-354
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx commitlint --edit "$1"

.huskyrc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
".gitignore": true,
1212
".gitpod.Dockerfile": true,
1313
".gitpod.yml": true,
14-
".huskyrc.json": true,
14+
".husky": true,
1515
".nyc_output": true,
1616
".releaserc.json": true,
1717
".renovaterc.json": true,

0 commit comments

Comments
 (0)