[T] LinterRule
type LinterRule<N, DM> = LinterRuleDefinition<N, DM> & object;Resolved instance of a linter rule that will run.
Type Declaration
Section titled “Type Declaration”| Name | Type | Description |
|---|---|---|
id | string | Expanded rule id in format <library-name>:<rule-name> |
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
N extends string |
DM extends DiagnosticMessages |