mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
build(deps): disables the rule body-max-line-length
This commit is contained in:
parent
0542b5149c
commit
0740b857c6
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
|
!.nojekyll
|
||||||
!.travis.yml
|
!.travis.yml
|
||||||
!.husky
|
!.husky
|
||||||
|
!.commitlintrc.json
|
||||||
|
|
||||||
# bundler cache
|
# bundler cache
|
||||||
_site
|
_site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user