BettererESLintRulesConfig
API > @betterer/eslint > BettererESLintRulesConfig
The eslint
test factory takes a map of rule names and the rule's configuration.
The configuration options are defined by each rule, but will be either a RuleLevel
or RuleLevelAndOptions
.
Signature
export declare type BettererESLintRulesConfig = Record<string, Linter.RuleLevel | Linter.RuleLevelAndOptions>;