@damian-buho/repolinter - v2.0.13
Preparing search index...
index
LintResult
Interface LintResult
interface
LintResult
{
errMsg
?:
string
;
errored
:
boolean
;
formatOptions
?:
Record
<
string
,
unknown
>
;
params
:
{
filterPaths
:
string
[]
;
ruleset
:
unknown
;
rulesetPath
:
string
|
undefined
;
targetDirectory
:
string
;
}
;
passed
:
boolean
;
results
:
FormatResult
[]
;
targets
:
Record
<
string
,
Result
>
;
}
Index
Properties
err
Msg?
errored
format
Options?
params
passed
results
targets
Properties
Optional
err
Msg
errMsg
?:
string
errored
errored
:
boolean
Optional
format
Options
formatOptions
?:
Record
<
string
,
unknown
>
params
params
:
{
filterPaths
:
string
[]
;
ruleset
:
unknown
;
rulesetPath
:
string
|
undefined
;
targetDirectory
:
string
;
}
passed
passed
:
boolean
results
results
:
FormatResult
[]
targets
targets
:
Record
<
string
,
Result
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
err
Msg
errored
format
Options
params
passed
results
targets
@damian-buho/repolinter - v2.0.13
Loading...