Member Junction
Preparing search index...
@memberjunction/react-linter
CompiledValidator
Interface CompiledValidator
interface
CompiledValidator
{
description
:
string
;
severity
:
"critical"
|
"high"
|
"medium"
|
"low"
;
validateFn
:
(
ast
:
File
,
path
:
any
,
t
:
__module
,
context
:
any
)
=>
any
;
}
Index
Properties
description
severity
validate
Fn
Properties
description
description
:
string
severity
severity
:
"critical"
|
"high"
|
"medium"
|
"low"
validate
Fn
validateFn
:
(
ast
:
File
,
path
:
any
,
t
:
__module
,
context
:
any
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
severity
validate
Fn
Member Junction
Loading...