Skip to content

Commit

Permalink
Merge branch 'feature/commitlint-config'
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Apr 2, 2022
2 parents 0542b51 + 6ca6636 commit 156c02a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rules": {
"body-max-line-length": [0, "always"]
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
!.nojekyll
!.travis.yml
!.husky
!.commitlintrc.json
!.versionrc.json

# bundler cache
_site
Expand Down

0 comments on commit 156c02a

Please sign in to comment.