KC's Workspace
Github
Preparing search index...
@kcconfigs/commitlint
<internal>
CommitBase
Interface CommitBase
interface
CommitBase
{
body
:
string
|
null
;
footer
:
string
|
null
;
header
:
string
|
null
;
mentions
:
string
[]
;
merge
:
string
|
null
;
notes
:
CommitNote
[]
;
references
:
CommitReference
[]
;
revert
:
CommitMeta
|
null
;
}
Index
Properties
body
footer
header
mentions
merge
notes
references
revert
Properties
body
body
:
string
|
null
footer
footer
:
string
|
null
header
header
:
string
|
null
mentions
mentions
:
string
[]
merge
merge
:
string
|
null
notes
notes
:
CommitNote
[]
references
references
:
CommitReference
[]
revert
revert
:
CommitMeta
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body
footer
header
mentions
merge
notes
references
revert
Github
KC's Workspace
Loading...