[T] LinterRuleEnableValue
type LinterRuleEnableValue = boolean | Record<string, unknown>;Value for enabling a linter rule.
trueenables the rule with default options.- An object enables the rule with the specified options.
type LinterRuleEnableValue = boolean | Record<string, unknown>;Value for enabling a linter rule.
true enables the rule with default options.