Skip to content

Commit 74b6875

Browse files
Merge pull request #23 from remarkjs/chore/husky-prepare-script
chore: add husky setup script, update package lockfile
2 parents 222eab3 + c997011 commit 74b6875

File tree

5 files changed

+4094
-4418
lines changed

5 files changed

+4094
-4418
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+
npm run lint

0 commit comments

Comments
 (0)