Skip to content

Commit 62b64d5

Browse files
committed
Merge remote-tracking branch 'origin/dev' into sgratzl/menu
2 parents f1a4e0e + d0c01c5 commit 62b64d5

File tree

4 files changed

+276
-288
lines changed

4 files changed

+276
-288
lines changed

.husky/.gitignore

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

.husky/pre-commit

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 lint-staged

0 commit comments

Comments
 (0)