Skip to content

[T] LinterRule

type LinterRule<N, DM, Options> = LinterRuleDefinition<N, DM, Options> & object;

Resolved instance of a linter rule that will run.

NameTypeDescription
idstringExpanded rule id in format <library-name>:<rule-name>
Type ParameterDefault type
N extends string-
DM extends DiagnosticMessages-
Options extends Record<string, unknown>Record<string, never>