KC's Workspace
Github
Preparing search index...
@kcconfigs/commitlint
UserConfig
Interface UserConfig
interface
UserConfig
{
defaultIgnores
?:
boolean
;
extends
?:
string
|
string
[]
;
formatter
?:
string
;
helpUrl
?:
string
;
ignores
?:
(
(
commit
:
string
)
=>
boolean
)
[]
;
parserPreset
?:
string
|
ParserPreset
|
Promise
<
ParserPreset
>
;
plugins
?:
(
string
|
Plugin
)
[]
;
prompt
?:
DeepPartial
<
PromptConfig
>
;
rules
?:
Partial
<
RulesConfig
>
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
default
Ignores?
extends?
formatter?
help
Url?
ignores?
parser
Preset?
plugins?
prompt?
rules?
Properties
Optional
default
Ignores
defaultIgnores
?:
boolean
Optional
extends
extends
?:
string
|
string
[]
Optional
formatter
formatter
?:
string
Optional
help
Url
helpUrl
?:
string
Optional
ignores
ignores
?:
(
(
commit
:
string
)
=>
boolean
)
[]
Optional
parser
Preset
parserPreset
?:
string
|
ParserPreset
|
Promise
<
ParserPreset
>
Optional
plugins
plugins
?:
(
string
|
Plugin
)
[]
Optional
prompt
prompt
?:
DeepPartial
<
PromptConfig
>
Optional
rules
rules
?:
Partial
<
RulesConfig
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
default
Ignores
extends
formatter
help
Url
ignores
parser
Preset
plugins
prompt
rules
Github
KC's Workspace
Loading...