UNPKG
vue-willtable
Version:
latest (2.2.8)
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
An editable table component for Vue
github.com/KevinMint55/vue-willtable
KevinMint55/vue-willtable
vue-willtable
/
strategy-doc
/
commitlint.config.js
7 lines
(6 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], rules: {
'type-enum'
: [
2
,
'always'
,[
'feat'
,
'fix'
,
'docs'
,
'style'
,
'test'
,
'chore'
,
'revert'
,
'merge'
,
'build'
]], } };