build(deps): disables the rule `body-max-line-length`

This commit is contained in:
Cotes Chung 2022-04-02 19:13:54 +08:00
parent 0542b5149c
commit 0740b857c6
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 6 additions and 0 deletions

5
.commitlintrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"rules": {
"body-max-line-length": [0, "always"]
}
}

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
!.nojekyll !.nojekyll
!.travis.yml !.travis.yml
!.husky !.husky
!.commitlintrc.json
# bundler cache # bundler cache
_site _site