Skip to content

Commit bf0d28e

Browse files
Merge pull request #1 from charliejmoore/husky
Husky
2 parents 40aa85c + f58c078 commit bf0d28e

File tree

5 files changed

+8529
-7
lines changed

5 files changed

+8529
-7
lines changed

.commitlintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@commitlint/config-conventional"]
3+
}

.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 --no-install commitlint --edit

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
![](https://github.com/charliejmoore/typescript-snippets/actions/workflows/build.yml/badge.svg)
55
![](https://github.com/charliejmoore/typescript-snippets/actions/workflows/linter.yml/badge.svg)
66

7-
87
[TypeScript Snippets](https://github.com/charliejmoore/typescript-snippets) contains a collection of assorted TypeScript helper functions. I created this repository mostly as a way to tinker around with TypeScript outside of web projects, and to have a simple playground to experiment with various tools/configurations/best practices.
98

109
### ✨ Snippet Contents

0 commit comments

Comments
 (0)