UNPKG
@lottiefiles/commitlint-config
Version:
latest (2.0.0)
2.0.0
Shared Commitlint config for LottieFiles projects
github.com/LottieFiles/webdev
LottieFiles/webdev
@lottiefiles/commitlint-config
/
commitlint.config.cjs
11 lines
(9 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Copyright 2021 Design Barn Inc. */
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], rules: {
'header-max-length'
: [
0
,
'always'
,
120
], }, };