UNPKG
marshall-y-slate
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.4
0.0.2
0.0.1
Yjs bindings for Slate.
github.com/MarshallChang/y-slate
MarshallChang/y-slate
marshall-y-slate
/
commitlint.config.js
17 lines
(16 loc)
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], rules: {
'header-max-length'
: [
2
,
'always'
,
200
],
'scope-empty'
: [
2
,
'never'
],
'scope-enum'
: [
2
,
'always'
, [
'core'
,
'release'
,
'decorate'
] ] } };