cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
LintRule
Type Alias LintRule
Lint rule implementation.
type
LintRule
=
{
apply
:
(
expr
:
AST
[
"expr"
]
,
ctx
:
LintContext
)
=>
void
;
name
:
string
;
}
Index
Properties
apply
name
Properties
apply
apply
:
(
expr
:
AST
[
"expr"
]
,
ctx
:
LintContext
)
=>
void
name
name
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
apply
name
GitHub
cel-ts - v0.1.0-alpha
Loading...
Lint rule implementation.