cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
LintContext
Type Alias LintContext
Lint context passed to rules.
type
LintContext
=
{
report
:
(
diagnostic
:
LintDiagnostic
)
=>
void
;
sourceInfo
?:
SourceInfo
;
}
Index
Properties
report
source
Info?
Properties
report
report
:
(
diagnostic
:
LintDiagnostic
)
=>
void
Optional
source
Info
sourceInfo
?:
SourceInfo
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
report
source
Info
GitHub
cel-ts - v0.1.0-alpha
Loading...
Lint context passed to rules.