Skip to content

Commit 0740b85

Browse files
committed
build(deps): disables the rule body-max-line-length
1 parent 0542b51 commit 0740b85

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!.nojekyll
66
!.travis.yml
77
!.husky
8+
!.commitlintrc.json
89

910
# bundler cache
1011
_site

0 commit comments

Comments
 (0)