Skip to content

[T] LinterRuleEnableValue

type LinterRuleEnableValue = boolean | Record<string, unknown>;

Value for enabling a linter rule.

  • true enables the rule with default options.
  • An object enables the rule with the specified options.