build(deps): disables the rule body-max-line-length
This commit is contained in:
parent
0542b5149c
commit
0740b857c6
2 changed files with 6 additions and 0 deletions
5
.commitlintrc.json
Normal file
5
.commitlintrc.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"rules": {
|
||||
"body-max-line-length": [0, "always"]
|
||||
}
|
||||
}
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
!.nojekyll
|
||||
!.travis.yml
|
||||
!.husky
|
||||
!.commitlintrc.json
|
||||
|
||||
# bundler cache
|
||||
_site
|
||||
|
|
Loading…
Reference in a new issue