UNPKG
@sputnick/lumiere
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.1
0.1.0
A styled component library used in my videos
github.com/nick-1666/Lumiere
@sputnick/lumiere
/
commitlint.config.js
8 lines
(7 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], ignores: [commit => commit.includes(
'[skip ci]'
)], rules: {
'scope-enum'
: [
2
,
'always'
, [
'comp'
,
'docs'
]], }, };