UNPKG
@ryansonshine/commitizen
Version:
latest (4.2.8)
4.2.8
4.2.7
4.2.6
4.2.5
Git commit, but play nice with conventions.
github.com/commitizen/cz-cli
ryansonshine/cz-cli
@ryansonshine/commitizen
/
.eslintrc
13 lines
(12 loc)
•
192 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"standard"
,
"rules"
:
{
"brace-style"
:
0
,
"comma-dangle"
:
0
,
"indent"
:
0
,
"operator-linebreak"
:
0
,
"padded-blocks"
:
0
,
"quotes"
:
0
,
"semi"
:
0
}
}