Skip to content

[I] LinterRuleDefinition

Type Parameter
N extends string
DM extends DiagnosticMessages
PropertyTypeDescription
descriptionstringShort description of the rule
messagesDMMessages that can be reported with the diagnostic.
nameNRule name (without the library name)
severity"warning"Rule default severity.
url?stringSpecifies the URL at which the full documentation can be accessed.
create(context): SemanticNodeListener;

Creator

ParameterType
contextLinterRuleContext<DM>

SemanticNodeListener