Skip to content

Commit f41a098

Browse files
renovate[bot]renovate-botdword-designactions-user
authored
chore: lock file maintenance (#19)
* 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]>
1 parent 613f9b7 commit f41a098

File tree

5 files changed

+744
-698
lines changed

5 files changed

+744
-698
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
@@ -12,7 +12,7 @@
1212
".gitignore": true,
1313
".gitpod.Dockerfile": true,
1414
".gitpod.yml": true,
15-
".huskyrc.json": true,
15+
".husky": true,
1616
".nyc_output": true,
1717
".releaserc.json": true,
1818
".renovaterc.json": true,

0 commit comments

Comments
 (0)