Config
Defined in: config.ts:13
Properties
Section titled “Properties”extends?
Section titled “extends?”
optionalextends?:Config[]
Defined in: config.ts:17
Preset configs to layer in first; later extends and own rules win.
plugins?
Section titled “plugins?”
optionalplugins?:Record<string,Rulepack>
Defined in: config.ts:15
namespace → rulepack (e.g. { ‘ai-style’: aiStyle }).
rules?
Section titled “rules?”
optionalrules?:Record<string,RuleSetting>
Defined in: config.ts:19
ruleId → setting, e.g. { ‘ai-style/rule-of-three’: [‘warn’, { min: 3 }] }.