Skip to content

[I] LinterRuleSet

PropertyTypeDescription
disable?Record<`${string}/${string}`, string>Rules to disable. A rule CANNOT be in enable and disable map.
enable?Record<`${string}/${string}`, LinterRuleEnableValue>Rules to enable/configure
extends?RuleSetRef[]Other ruleset this ruleset extends