Skip to content

Commit 4fb5f91

Browse files
authored
chore: run prettier & add husky pre-commit hook (Redocly#1800)
1 parent 82df17d commit 4fb5f91

40 files changed

+545
-129
lines changed

.husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run pre-commit

0 commit comments

Comments
 (0)