Merge branch 'feature/commitlint-config'

This commit is contained in:
Cotes Chung 2022-04-02 19:21:52 +08:00
commit 156c02a91a
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 7 additions and 0 deletions

5
.commitlintrc.json Normal file
View File

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

2
.gitignore vendored
View File

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