Skip to content

Commit 156c02a

Browse files
committed
Merge branch 'feature/commitlint-config'
2 parents 0542b51 + 6ca6636 commit 156c02a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.commitlintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rules": {
3+
"body-max-line-length": [0, "always"]
4+
}
5+
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
!.nojekyll
66
!.travis.yml
77
!.husky
8+
!.commitlintrc.json
9+
!.versionrc.json
810

911
# bundler cache
1012
_site

0 commit comments

Comments
 (0)